Class Element Datatypes
OcaMethodID
-
struct OcaMethodID
Representation of an OCA method ID. A class may define at most 255 methods of its own. Additional methods may be inherited, so the total number may exceed 255.
OcaPropertyID
-
struct OcaPropertyID
Representation of an OCA property ID. A class may define at most 255 properties of its own. Additional properties may be inherited, so the total number may exceed 255.
OcaEventID
-
struct OcaEventID
Representation of an OCA event ID. A class may define at most 255 events of its own. Additional events may be inherited, so the total number may exceed 255.
OcaPropertyDescriptor
-
struct OcaPropertyDescriptor
Description of an OCA property, including property ID, Get and Set method IDs, and datatype.
-
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
-
OcaPropertyID PropertyID
OcaProperty
-
struct OcaProperty
Identification of an OCA property instance, including object number, property ID, Get and Set method IDs, and datatype.
-
OcaPropertyDescriptor Descriptor
Property descriptor.
-
OcaPropertyDescriptor Descriptor