USB Port Monitoring Control
USB Monitoring Control - USB Device Data Monitoring ActiveX Component Library

IMonitoring.ConnectedDevice Property

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Getting property value:
Automation:
IDevice  value = obj.ConnectedDevice;
Native (C++):
HRESULT  get_ ConnectedDevice ( [out, retval]   IDevice**  pVal) ;
Parameters
pVal Reference to the created Device object. Don't forget to call Release to free the object. Use ATL::CComPtr class to automate this task.
Return Value
Automation: Reference to new Device object. Native: S_OK or standard OLE error code.
Remarks
Returns the device this monitor object is currently connected to, or null if it is not connected
< PreviousTopNext >
Copyright © 2011 HHD Software. All rights reserved.