Searched refs:ProtocolState (Results 1 – 1 of 1) sorted by relevance
575 enum ProtocolState { enum583 state: ProtocolState,593 state: ProtocolState::Command, in new()617 ProtocolState::Command => { in process_next_packet()649 ProtocolState::Download => { in process_next_packet()660 self.state = ProtocolState::Command; in process_next_packet()665 self.state = ProtocolState::Command; in process_next_packet()688 if !matches!(self.state, ProtocolState::Command) { in process_next_command()693 while !matches!(self.state, ProtocolState::Command) { in process_next_command()822 self.state = ProtocolState::Download; in download()