1.1.1.1.14 OcaJsonActuator
Class Hierarchy:
OcaRoot : OcaWorker : OcaActuator : OcaBasicActuator : OcaJsonActuator
-
class OcaJsonActuator : OcaBasicActuator
JSON value actuator.
Properties:
-
static const OcaClassID ClassID = "1.1.1.1.14"
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 = 1
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 Value property. Read-only.
This property has id
5.2
.
-
OcaJsonValue Value
The JSON value.
This property has id
5.1
.
Properties inherited from 1.1.1.1 OcaBasicActuator:
OcaMap<OcaPortID, OcaPortClockMapEntry> OcaWorker::PortClockMap
OcaList<OcaPort> OcaWorker::Ports
Methods:
-
OcaStatus GetValue(OcaJsonValue &Value)
Gets the value of the Value property.
This method has id
5.1
.Value: Output parameter.
-
OcaStatus SetValue(OcaJsonValue Setting)
Sets the value of the Value property.
This method has id
5.2
.Setting: Input parameter.
-
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:
-
static const OcaClassID ClassID = "1.1.1.1.14"