Description of an OCA property, including property ID, Get and Set method IDs, and datatype.
Properties
The base datatype of the property. Chosen from an enum datatype that represents the available set of basedatatypes.
Method ID of GET method
Method ID of SET method
OCP.1 Encoding
Field | Basic type | Byte Length |
PropertyID.DefLevel | OcaUint16 | 2 |
PropertyID.PropertyIndex | OcaUint16 | 2 |
BaseDataType | OcaEnumItem | 1 |
GetterMethodID.DefLevel | OcaUint16 | 2 |
GetterMethodID.MethodIndex | OcaUint16 | 2 |
SetterMethodID.DefLevel | OcaUint16 | 2 |
SetterMethodID.MethodIndex | OcaUint16 | 2 |