Method | Description | |
---|---|---|
GetObjectStateValue ( string ObjectName ) : OSAE.OSAEObjectState |
Returns a OSAEObjectState object
|
|
ObjectStateHistoryGet ( string objectName, string from, string to ) : |
||
ObjectStateListGet ( string objectName ) : |
||
ObjectStateSet ( string ObjectName, string State, string source ) : void |
Set the state of an object
|
public static GetObjectStateValue ( string ObjectName ) : OSAE.OSAEObjectState | ||
ObjectName | string | The object name to get the state of |
return | OSAE.OSAEObjectState |
public static ObjectStateHistoryGet ( string objectName, string from, string to ) : |
||
objectName | string | |
from | string | |
to | string | |
return |
public static ObjectStateListGet ( string objectName ) : |
||
objectName | string | |
return |
public static ObjectStateSet ( string ObjectName, string State, string source ) : void | ||
ObjectName | string | The name of the object to set the state of |
State | string | The state to set the object too |
source | string | Where the message was genreated from e.g. the plugin name (pName) |
return | void |