Dynaview GetState Method The Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

Return the current state object from the Dynaview

Namespace: DynaviewModbus
Assembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public State GetState()
Dim instance As Dynaview 
Dim returnValue As State 

returnValue = instance.GetState()

Return Value

Current state or null
Remarks

The state object contains all the transient data from the Dynaview.
See Also