Bit string sensor.
static
readonly
OcaClassID ClassID
= 1.1.2.1.13
Level: 1 Index: 1
Number that uniquely identifies the class. Note that this differs from the object number, which identifies the instantiated object. This property is an override of the OcaRoot property.
Level: 1 Index: 2
Identifies the interface version of the class. Any change to the class definition leads to a higher class version. This property is an override of the OcaRoot property.
Level: 5 Index: 1
The bitstring.
Properties inherited from OcaSensor
Properties inherited from OcaWorker
Properties inherited from OcaRoot
OcaBitstringSensor::GetNrBits (
)
→ (
OcaUint16 NrBits)
Level: 5 Index: 1
Gets the number of bits of the bitmask data. Returned status indicates success or failure of the retrieval.
OcaBitstringSensor::GetBit (
OcaUint16 bitNr )
→ (
OcaUint8 bit)
Level: 5 Index: 2
Gets the value of the given bit. Return status indicates success or failure of the retrieval.
OcaBitstringSensor::GetBitString (
)
→ (
OcaBitstring BitString)
Level: 5 Index: 3
Gets the entire bitstring. Return status indicates success or failure of the retrieval.