Type Alias ACTION_HEADER

Source
pub type ACTION_HEADER = _ACTION_HEADER;

Aliased Type§

struct ACTION_HEADER {
    pub transport_id: u32,
    pub action_code: u16,
    pub reserved: u16,
}

Fields§

§transport_id: u32§action_code: u16§reserved: u16