Bitstring actuator. Maximum bitstring length is 65,536 bits.
static
readonly
OcaClassID ClassID
= 1.1.1.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 data.
Properties inherited from OcaWorker
Properties inherited from OcaRoot
OcaBitstringActuator::GetNrBits (
)
→ (
OcaUint16 nrBits)
Level: 5 Index: 1
Gets the number of bits in the string. The return value indicates whether the property was successfully gathered.
OcaBitstringActuator::GetBit (
OcaUint16 bitNr )
→ (
OcaBoolean Value)
Level: 5 Index: 2
Gets the bit value of the given bit. The return value indicates whether the property was successfully gathered.
OcaBitstringActuator::SetBit (
OcaUint16 bitNr, OcaBoolean Value )
Level: 5 Index: 3
Sets the bit value of the given bit. The return value indicates whether the property was successfully set.
OcaBitstringActuator::GetBitstring (
)
→ (
OcaBitstring BitString)
Level: 5 Index: 4
Gets the entire bitstring.The return value indicates whether the property was successfully gathered.
OcaBitstringActuator::SetBitstring (
OcaBitstring BitString )
Level: 5 Index: 5
Sets the entire bitstring. The return value indicates whether the property was successfully set.