pub type PduLockResourceFn = extern "C" fn(h_mod: u32, h_cll: u32, lock_mask: u32) -> PduError;
Expand description
Locks a physical resource so that a ComLogicalLink has exclusive access to it
ยงParameters
- h_mod - Handle of the MVCI module
- h_cll - Handle of the ComLogicalLink to be granted exclusive access
- lock_mask - Bit encoded mask to request for locking