pub type ActionAckFrame<B> = NoAck<false, ActionBody<B>>;
Expand description
Action frame that requires acknowledgement per the ACTION
management frame subtype.
Aliased Type§
struct ActionAckFrame<B>(pub ActionBody<B>);
Fields§
§0: ActionBody<B>
pub type ActionAckFrame<B> = NoAck<false, ActionBody<B>>;
Action frame that requires acknowledgement per the ACTION
management frame subtype.
struct ActionAckFrame<B>(pub ActionBody<B>);
0: ActionBody<B>