Property | Type | Description | |
---|---|---|---|
lastProccessed | System.DateTime |
Property | Type | Description | |
---|---|---|---|
CARecord | System | ||
CallPrepareRecord | void | ||
CallPropertySet | bool | ||
PopulateProperties | void | ||
ProcessRecord | void |
Method | Description | |
---|---|---|
GetDouble ( string key ) : double | ||
GetFloat ( string key ) : float | ||
GetInt ( string key ) : int | ||
GetLong ( string key ) : long | ||
GetPropertyType ( string key ) : |
||
GetShort ( string key ) : short | ||
SetArrayValue ( string key, int index, object value ) : void | ||
TriggerAlarm ( AlarmSeverity severity, AlarmStatus status ) : void |
Fires a change of the alarm status.
|
|
this ( string key ) : object |
Method | Description | |
---|---|---|
CARecord ( ) : System |
Initialize the record with a scan rate of 10Hz and no alarm.
|
|
CallPrepareRecord ( ) : void | ||
CallPropertySet ( |
Calls the PropertySet call back. If cancelled then return false, otherwise return true.
|
|
PopulateProperties ( ) : void | ||
ProcessRecord ( ) : void |
public GetPropertyType ( string key ) : |
||
key | string | |
return |
public SetArrayValue ( string key, int index, object value ) : void | ||
key | string | |
index | int | |
value | object | |
return | void |
public TriggerAlarm ( AlarmSeverity severity, AlarmStatus status ) : void | ||
severity | AlarmSeverity | New alarm severity |
status | AlarmStatus | New alarm status |
return | void |