Click or drag to resize

IIntrusionPanelPointManagerGetPointStates Method

Gets information about IntrusionPanelPointStates for all point state events

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IList<IntrusionPanelPointState> GetPointStates(
	IntrusionPanelPoint point
)

Parameters

point  IntrusionPanelPoint
IntrusionPanel point for which the IntrusionPanelPointStates should be retrieved

Return Value

IListIntrusionPanelPointState
Returns the IntrusionPanelPointState.
Exceptions
ExceptionCondition
SdkException Thrown if point doesn't exist in the configuration or is not permitted to caller.
Remarks
Retrieves the state of a intrusion panel point 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