Sensor Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class Sensor Inherits CtcObjectBase Implements ISupportsScriptEvents
The Sensor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Address | Gets or sets the device address this sensor will respond to. |
![]() | DefaultName | Gets the default identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) |
![]() | ID | Gets the CTC object's globaly unique static identifier. (Inherited from CtcObjectBase.) |
![]() | InputDevice | Gets or sets the input device type which determines how the packet's 12 bit address space should be decoded. |
![]() | IsDeleted | Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf. (Inherited from CtcObjectBase.) |
![]() | Name | Gets or sets the identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) |
![]() | ObservePacket | Gets or sets the packet type this sensor should observe for events. |
![]() | Parent | Gets the parent list that contains this CTC object. (Inherited from CtcObjectBase.) |
![]() | PersistedTag | Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data. (Inherited from CtcObjectBase.) |
![]() | ScriptEventBinder | |
![]() | State | Gets the sensor's current OnOff value. |
![]() | Tag | Gets or sets an arbitrary object that provides additional data but is disposed between sessions. (Inherited from CtcObjectBase.) |
Name | Description | |
---|---|---|
![]() | Clone | Used internally. (Inherited from CtcObjectBase.) |
![]() | DeleteSelf | (Overrides CtcObjectBaseDeleteSelf.) |
![]() | NotifyObjectChanged | Raises the ObjectChanged event for this object. (Inherited from CtcObjectBase.) |
![]() | SetState | Sets the sensor's OnOff value. |
![]() | ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | StateChanged | Occurs after a phisical sensor has reported its state different than the current state of our logical sensor. |
![]() | StateReported | Occurs after a phisical sensor has reported its state, regardless of the current state of our logical sensor. |