Function


nuContQueryRead


Syntax

void nuContQueryRead(OSContStatus* status)
Arguments
status      pointer of OSContStatus structure which stores the Controller status
Return Value
None
Description

Gets the Controller status

Gets the Controller status (i.e., checks if Controller is connected and what type). The Controller status is stored in the buffer specified by status. The size of the buffer specified by status must be a value equal to the product of the size of the osContStatus structure and the value of NU_CONT_MAXCONTROLLERS. It takes about 2 ms to obtain the status.