Click or drag to resize

IVirtualInputManager Methods

The IVirtualInputManager type exposes the following members.

Methods
 NameDescription
Public methodGetConnectionState Gets the ConnectionState of a device.
(Inherited from IDeviceManager)
Public methodGetDeviceById Retrieves device handle by ID.
(Inherited from IDeviceManager)
Public methodGetDeviceByName Retrieves device handle by name.
(Inherited from IDeviceManager)
Public methodGetDeviceInfoList Gets information about all devices.
(Inherited from IDeviceManager)
Public methodGetInitialStates Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager)
Public methodGetInputById Gets an input by id.
(Inherited from IInputManager)
Public methodGetInputByName Gets an input by name.
(Inherited from IInputManager)
Public methodGetInputInfoList Gets information for all inputs permitted to caller.
(Inherited from IInputManager)
Public methodGetName Retrieves device name.
(Inherited from IDeviceManager)
Public methodGetState Retrieves the state of an Input device.
(Inherited from IInputManager)
Public methodGetVirtualInputById Gets a virtual input by id.
Public methodGetVirtualInputByName Gets a virtual input by name.
Public methodGetVirtualInputByNumber Gets a virtual input by number.
Public methodGetVirtualInputInfoList Gets information for all virtual inputs permitted to caller.
Public methodSendData Generates a "Virtual Input Data Event" for the specified virtual input.
Public methodSwitchOff Switches off the specified virtual input, generating an according state event for this virtual input.
Public methodSwitchOn Switches on the specified virtual input, generating an according state event for this virtual input.
Top
See Also