OMProtected

This method is the constructor for the OMProtected object.

Visibility
Public
Signatures
OMProtected()

OMProtected(OMBoolean createMutex)
Parameters
createMutex

A Boolean value that specifies whether to create the RTOS mutex later in the lifetime of the protected object. If you specify TRUE, the framework creates the mutex by calling the initializeMutex operation.

Notes

Feedback