Click or drag to resize

Sensor Class

A sensor or input object.
Inheritance Hierarchy

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class Sensor
	Inherits CtcObjectBase
	Implements ISupportsScriptEvents

The Sensor type exposes the following members.

Constructors
  NameDescription
Public methodSensor
Initializes a new instance of the Sensor class
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets the device address this sensor will respond to.
Public propertyDefaultName
Gets the default identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public propertyID
Gets the CTC object's globaly unique static identifier.
(Inherited from CtcObjectBase.)
Public propertyInputDevice
Gets or sets the input device type which determines how the packet's 12 bit address space should be decoded.
Public propertyIsDeleted
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf.
(Inherited from CtcObjectBase.)
Public propertyName
Gets or sets the identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public propertyObservePacket
Gets or sets the packet type this sensor should observe for events.
Public propertyParent
Gets the parent list that contains this CTC object.
(Inherited from CtcObjectBase.)
Public propertyPersistedTag
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.
(Inherited from CtcObjectBase.)
Public propertyScriptEventBinder
Public propertyState
Gets the sensor's current OnOff value.
Public propertyTag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
(Inherited from CtcObjectBase.)
Top
Methods
Events
  NameDescription
Public eventStateChanged
Occurs after a phisical sensor has reported its state different than the current state of our logical sensor.
Public eventStateReported
Occurs after a phisical sensor has reported its state, regardless of the current state of our logical sensor.
Top
See Also