Data structure to enable access in a DU Link callback to a uint8_t requiring thread access protection.
Definition at line 431 of file duplugin.h.
Data Fields | |
| uint8_t * | pInt |
| Integer to be passed to callback context. More... | |
| pthread_mutex_t * | pMutex |
| Will be locked before reading from pStr. More... | |
| uint8_t* CTX_LOCK_UINT8::pInt |
Integer to be passed to callback context.
Definition at line 434 of file duplugin.h.
| pthread_mutex_t* CTX_LOCK_UINT8::pMutex |
Will be locked before reading from pStr.
Definition at line 436 of file duplugin.h.