Enum ross_protocol::ross_frame::RossFrameId [−][src]
pub enum RossFrameId {
LastFrameId(u16),
CurrentFrameId(u16),
}Expand description
Frame id for packets with more than one frame
Variants
Last frame id inside current packet (12 bits)
Current frame id (12 bits)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.