Function


nuContDataLock


Syntax

void nuContDataLock(void)
Arguments
None
Return Value
None
Description

Latches the Controller data

Latches the data so the Controller Manager cannot update the Controller's data. The Controller Manager reads the Controller data at every retrace and updates the internal buffer. Use this function to latch the data if you do not want to update the buffer.

Use the nuContDataUnLock function to unlatch the data.

The nuContDataRead and nuContDataReadStart functions are not affected.

See Also

nuContDataUnLock, nuContDataRead, and nuContDataReadStart