enumerazione WPD_DEVICE_TRANSPORTS (portabledevice.h)
Il tipo di enumerazione WPD_DEVICE_TRANSPORTS descrive il trasporto per il dispositivo attualmente connesso. Questa enumerazione viene usata dalla proprietà WPD_DEVICE_TRANSPORT .
Sintassi
typedef enum tagWPD_DEVICE_TRANSPORTS {
WPD_DEVICE_TRANSPORT_UNSPECIFIED,
WPD_DEVICE_TRANSPORT_USB,
WPD_DEVICE_TRANSPORT_IP,
WPD_DEVICE_TRANSPORT_BLUETOOTH
} WPD_DEVICE_TRANSPORTS;
Costanti
WPD_DEVICE_TRANSPORT_UNSPECIFIED Il tipo di trasporto non è stato specificato. |
WPD_DEVICE_TRANSPORT_USB Il dispositivo è connesso tramite USB. |
WPD_DEVICE_TRANSPORT_IP Il dispositivo è connesso tramite Internet Protocol (IP). |
WPD_DEVICE_TRANSPORT_BLUETOOTH Il dispositivo è connesso tramite Bluetooth. |
Requisiti
Intestazione | portabledevice.h |