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.