1.1.1.1.12 OcaStringActuator

Class Hierarchy:

OcaRoot : OcaWorker : OcaActuator : OcaBasicActuator : OcaStringActuator

class OcaStringActuator : OcaBasicActuator

UTF-8 String actuator.

Properties:

static const OcaClassID ClassID = "1.1.1.1.12"

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.

This property has id 1.1.

static const OcaClassVersionNumber ClassVersion = 3

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.

This property has id 1.2.

const OcaUint16 MaxLen

Maximum allowed byte length of the Setting property.

This property has id 5.2.

OcaString Setting

Value.

This property has id 5.1.

Properties inherited from 1.1.1.1 OcaBasicActuator:

Methods:

OcaStatus GetSetting(OcaString &Setting)

Gets the value of the Setting property.

This method has id 5.1.

OcaStatus SetSetting(OcaString Setting)

Sets the value of the Setting property.

This method has id 5.2.

OcaStatus GetMaxLen(OcaUint16 &Len)

Output parameter that shall hold the maximum allowable length of the Setting property if the method succeeds

This method has id 5.3.

  • Len: Output parameter.

Methods inherited from 1.1.1.1 OcaBasicActuator: