Skip to main content

check_group_order

Function check_group_order 

Source
fn check_group_order(message: &ControlMessage) -> Result<(), CodecError>
Expand description

Refuse a Group Order of 0x0 on the messages that forbid it.

The decoders refuse it on the way in; without this the codec would still write a frame its own reader rejects.