OcaPropertyDescriptor

class OcaPropertyDescriptor()

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

OcaPropertyDescriptor.PropertyID

type: OcaPropertyID

This was not documented in the OCA standard.

OcaPropertyDescriptor.BaseDataType

type: OcaBaseDataType

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

OcaPropertyDescriptor.GetterMethodID

type: OcaMethodID

Method ID of GET method

OcaPropertyDescriptor.SetterMethodID

type: OcaMethodID

Method ID of SET method