Enum ntex_mqtt::v5::control::ControlMessage [−][src]
pub enum ControlMessage<E> {
Auth(Auth),
Ping(Ping),
Disconnect(Disconnect),
Subscribe(Subscribe),
Unsubscribe(Unsubscribe),
Closed(Closed),
Error(Error<E>),
ProtocolError(ProtocolError),
}Expand description
Control plain messages
Variants
Tuple Fields of Auth
0: AuthTuple Fields of Ping
0: PingTuple Fields of Disconnect
0: DisconnectTuple Fields of Subscribe
0: SubscribeTuple Fields of Unsubscribe
0: UnsubscribeTuple Fields of Closed
0: ClosedTuple Fields of Error
0: Error<E>