String actuator.
static
readonly
OcaClassID ClassID
= 1.1.1.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
Value.
Level: 5 Index: 2
Maximum string length that this object can accept.
Properties inherited from OcaWorker
Properties inherited from OcaRoot
OcaStringActuator::GetValue (
)
→ (
OcaString Value)
Level: 5 Index: 1
Gets the value and max length of the Value property. The return value indicates whether the data was successfully retrieved.
OcaStringActuator::SetValue (
OcaString Value )
Level: 5 Index: 2
Sets the value of the Value property. The return value indicates whether the property was successfully set.
OcaStringActuator::GetMaxLen (
)
→ (
OcaUint16 Len)
Level: 5 Index: 3
Gets the maximum string length that this object can handle.