WPD_DEVICE_TRANSPORTS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// portabledevice.h

typedef enum tagWPD_DEVICE_TRANSPORTS {
  WPD_DEVICE_TRANSPORT_UNSPECIFIED,
  WPD_DEVICE_TRANSPORT_USB,
  WPD_DEVICE_TRANSPORT_IP,
  WPD_DEVICE_TRANSPORT_BLUETOOTH
} WPD_DEVICE_TRANSPORTS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_device_transports)

tagWPD_DEVICE_TRANSPORTS enumeration

Description

The WPD_DEVICE_TRANSPORTS enumeration type describes the transport for the device that is currently connected. This enumeration is used by the WPD_DEVICE_TRANSPORT property.

Constants

WPD_DEVICE_TRANSPORT_UNSPECIFIED

The transport type was not specified.

WPD_DEVICE_TRANSPORT_USB

The device is connected through USB.

WPD_DEVICE_TRANSPORT_IP

The device is connected through Internet Protocol (IP).

WPD_DEVICE_TRANSPORT_BLUETOOTH

The device is connected through Bluetooth.