Functions | |
DOFInterfaceID | DOFInterfaceException_GetInterfaceID (const DOFInterfaceException except) |
Get the Interface ID associated with an Exception. | |
DOFInterface | DOFInterfaceException_GetInterface (const DOFInterfaceException except) |
Get the Interface associated with an Exception. | |
DOFItemID | DOFInterfaceException_GetItemID (const DOFInterfaceException except) |
Get the Item ID associated with an Exception. | |
void | DOFInterfaceExceptionList_Destroy (DOFInterfaceExceptionList exList) |
Destroy the DOFInterfaceExceptionList and free all resources associated with it. | |
uint8 | DOFInterfaceException_GetParameterCount (const DOFInterfaceException xcp) |
Get the number of parameters defined for this exception. | |
DOFType * | DOFInterfaceException_GetParameters (const DOFInterfaceException xcp) |
Get the Parameters for this exception. | |