USB Monitoring Control
- USB Device Data Monitoring ActiveX Component Library
ConnectionState
< Previous
Top
Next >
Declaration
enum
ConnectionState
{
DeviceDisconnected
= 0x00000000,
DeviceConnected
= 0x00000001,
};
Remarks
Connection state enumeration
Value
Description
DeviceDisconnected
0x00000000
Device is connected.
DeviceConnected
0x00000001
Device is disconnected. For example: flash drive is removed from computer.
< Previous
Top
Next >