Functions | |
void | DOFInterfacePropertyList_Destroy (DOFInterfacePropertyList pList) |
Destroy the DOFInterfacePropertyList and free all resources associated with it. | |
DOFType | DOFInterfaceProperty_GetDOFType (const DOFInterfaceProperty prp) |
Get the DOFType of the DOFInterfaceProperty. | |
DOFInterfaceID | DOFInterfaceProperty_GetInterfaceID (const DOFInterfaceProperty prp) |
Get the Interface ID associated with a Property. | |
DOFInterface | DOFInterfaceProperty_GetInterface (const DOFInterfaceProperty prp) |
Get the Interface associated with a Property. | |
DOFItemID | DOFInterfaceProperty_GetItemID (const DOFInterfaceProperty prp) |
Get the Item ID associated with a Property. | |
boolean | DOFInterfaceProperty_IsReadable (const DOFInterfaceProperty prp) |
Returns if property is readable. | |
boolean | DOFInterfaceProperty_IsWritable (const DOFInterfaceProperty prp) |
Returns if property is Writable. | |