Functions | |
DOFInterfaceID | DOFInterfaceMethod_GetInterfaceID (const DOFInterfaceMethod mtd) |
Get the Interface ID associated with a Method . | |
DOFInterface | DOFInterfaceMethod_GetInterface (const DOFInterfaceMethod mtd) |
Get the Interface associated with a Method. | |
DOFItemID | DOFInterfaceMethod_GetItemID (const DOFInterfaceMethod mtd) |
Get the Item ID associated with a Method. | |
void | DOFInterfaceMethodList_Destroy (DOFInterfaceMethodList mList) |
Destroy the DOFInterfaceMethodList and free all resources associated with it. | |
uint8 | DOFInterfaceMethod_GetInputParameterCount (const DOFInterfaceMethod mtd) |
Get the number of input parameters defined for this method. | |
DOFType * | DOFInterfaceMethod_GetInputParameters (const DOFInterfaceMethod mtd) |
Get the input parameters for this method. | |
uint8 | DOFInterfaceMethod_GetOutputParameterCount (const DOFInterfaceMethod mtd) |
Get the number of output parameters defined for this method. | |
DOFType * | DOFInterfaceMethod_GetOutputParameters (const DOFInterfaceMethod mtd) |
Get the output parameters for this method. | |