pub type TransactionCode = u32;
Expand description
Binder action to perform.
This must be a number between FIRST_CALL_TRANSACTION
and
LAST_CALL_TRANSACTION
.
pub type TransactionCode = u32;
Binder action to perform.
This must be a number between FIRST_CALL_TRANSACTION
and
LAST_CALL_TRANSACTION
.