Important: The information in this document is obsolete and should not be used for new development.
The Lock Data Type
The lock data type defines a value that is used by the functionOTClearLockand theOTAcquireLockfunction to ensure that Open Transport does not recursively reenter locked areas of code. The lock data type is defined by theOTLockdata type.
typedef UInt8 OTLock;