Q3Controller_GetSignature
You can use theQ3Controller_GetSignaturefunction to get the signature of a controller.
TQ3Status Q3Controller_GetSignature ( TQ3ControllerRef controllerRef, char *signature, unsigned long numChars);
controllerRef- A reference to a controller.
signature- On entry, a pointer to a buffer that is to be filled with the signature of the specified controller.
numChars- On entry, the size of the buffer pointed to by the
signatureparameter.DESCRIPTION
TheQ3Controller_GetSignaturefunction returns, through thesignatureparameter, the signature of the controller specified by thecontrollerRefparameter. You are responsible for allocating a buffer whose address is passed in thesignatureparameter and whose size is passed in thenumCharsparameter. If the signature is larger than the specified size, the signature is truncated to fit in the buffer.