USB Sniffer - Software USB packets sniffer & protocol analyzer for Windows
Download Device Monitoring Studio Hide this button

HID Manager Object

HID Manager object provides a scripting access to HID Send module. It is available as a global variable hid and implements the IHidManager interface.

IHIDManager.devices property returns an array of supported HID devices. Call the IHIDManager.createSession method to create new HID Send session object and use IHIDManager.sessions property to get an array of all currently running sessions.

IHIDManager.closeAllSessions method may be called to stop all running sessions.