Text string sensor.
static
readonly
OcaClassID ClassID
= 1.1.2.1.12
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 string.
Level: 5 Index: 2
Maximum length of the returned string. May be readonly in some implementations.
Properties inherited from OcaSensor
Properties inherited from OcaWorker
Properties inherited from OcaRoot
OcaStringSensor::GetString (
)
→ (
OcaString String)
Level: 5 Index: 1
Gets the entire string. Return status indicates success or failure of the retrieval.
OcaStringSensor::GetMaxLen (
)
→ (
OcaUint16 maxLen)
Level: 5 Index: 2
Gets the maximum number of bytes that may be returned. Returned status indicates success or failure of the retrieval.
OcaStringSensor::SetMaxLen (
OcaUint16 maxLen )
Level: 5 Index: 3
Sets the maximum number of bytes that the object may return. Returned status indicates success or failure of the set.