IVirtual |
public interface IVirtualInputManager : IInputManager, IDeviceManager
The IVirtualInputManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetConnectionState |
Gets the ConnectionState of a device.
(Inherited from IDeviceManager) | |
| GetDeviceById |
Retrieves device handle by ID.
(Inherited from IDeviceManager) | |
| GetDeviceByName |
Retrieves device handle by name.
(Inherited from IDeviceManager) | |
| GetDeviceInfoList |
Gets information about all devices.
(Inherited from IDeviceManager) | |
| GetInitialStates |
Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager) | |
| GetInputById |
Gets an input by id.
(Inherited from IInputManager) | |
| GetInputByName |
Gets an input by name.
(Inherited from IInputManager) | |
| GetInputInfoList |
Gets information for all inputs permitted to caller.
(Inherited from IInputManager) | |
| GetName |
Retrieves device name.
(Inherited from IDeviceManager) | |
| GetState |
Retrieves the state of an Input device.
(Inherited from IInputManager) | |
| GetVirtualInputById | Gets a virtual input by id. | |
| GetVirtualInputByName | Gets a virtual input by name. | |
| GetVirtualInputByNumber | Gets a virtual input by number. | |
| GetVirtualInputInfoList | Gets information for all virtual inputs permitted to caller. | |
| SendData | Generates a "Virtual Input Data Event" for the specified virtual input. | |
| SwitchOff | Switches off the specified virtual input, generating an according state event for this virtual input. | |
| SwitchOn | Switches on the specified virtual input, generating an according state event for this virtual input. |