IInputManagerGetState Method |  |
Retrieves the state of an Input device.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxInputState GetState(
Input input
)
Parameters
- input Input
- Input handle which state should be retrieved.
Return Value
InputStateCurrent input state.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if input doesn't exist in the configuration or is not permitted to caller.
|
Remarks
Retrieves the state of an input device after it has been processed within BVMS. The BVMS system
applies several processing steps before a change of a state may be observed by an event listener
(see
IEventManager). This method yields the state of the device that is in sync
with what has been observed by
OnEvent(EventData).
See Also