Desktop Functions: Smart Device Functions:
|
Search Results for "USB_HUB_NODE" in [All]Enums1: USB_HUB_NODE
Structures
NodeInfo.NodeType = (int)USB_HUB_NODE.UsbHub; 3: USB_HUB_NODE
// We need a separate struct to hold the union due to the fact that on 64-bit USB_HUB_NODE gets marshaled
public USB_HUB_NODE NodeType; /* hub, mi parent */
enum USB_HUB_NODE : uint
USB_HUB_NODE NodeType;
NodeInfo.NodeType = (int)USB_HUB_NODE.UsbHub; |