Index

Data Type OcaPropertyDescriptor

Description of an OCA property, including property ID, Get and Set method IDs, and datatype.

Properties

OcaPropertyID PropertyID

OcaBaseDataType BaseDataType

The base datatype of the property. Chosen from an enum datatype that represents the available set of basedatatypes.

OcaMethodID GetterMethodID

Method ID of GET method

OcaMethodID SetterMethodID

Method ID of SET method

OCP.1 Encoding

FieldBasic typeByte Length
PropertyID.DefLevelOcaUint162
PropertyID.PropertyIndexOcaUint162
BaseDataTypeOcaEnumItem1
GetterMethodID.DefLevelOcaUint162
GetterMethodID.MethodIndexOcaUint162
SetterMethodID.DefLevelOcaUint162
SetterMethodID.MethodIndexOcaUint162