Enum lorawan_device::State
source · pub enum State {
NoSession(NoSession),
Session(Session),
}Variants§
Trait Implementations§
source§impl From<Idle> for SuperState
impl From<Idle> for SuperState
source§fn from(state: Idle) -> SuperState
fn from(state: Idle) -> SuperState
Converts to this type from the input type.
source§impl From<Idle> for SuperState
impl From<Idle> for SuperState
source§fn from(state: Idle) -> SuperState
fn from(state: Idle) -> SuperState
Converts to this type from the input type.
source§impl From<NoSession> for SuperState
impl From<NoSession> for SuperState
source§fn from(no_session: NoSession) -> SuperState
fn from(no_session: NoSession) -> SuperState
Converts to this type from the input type.
source§impl From<SendingData> for SuperState
impl From<SendingData> for SuperState
source§fn from(state: SendingData) -> SuperState
fn from(state: SendingData) -> SuperState
Converts to this type from the input type.
source§impl From<SendingJoin> for SuperState
impl From<SendingJoin> for SuperState
source§fn from(state: SendingJoin) -> SuperState
fn from(state: SendingJoin) -> SuperState
Converts to this type from the input type.
source§impl From<Session> for SuperState
impl From<Session> for SuperState
source§fn from(session: Session) -> SuperState
fn from(session: Session) -> SuperState
Converts to this type from the input type.
source§impl From<WaitingForJoinResponse> for SuperState
impl From<WaitingForJoinResponse> for SuperState
source§fn from(state: WaitingForJoinResponse) -> SuperState
fn from(state: WaitingForJoinResponse) -> SuperState
Converts to this type from the input type.
source§impl From<WaitingForRx> for SuperState
impl From<WaitingForRx> for SuperState
source§fn from(state: WaitingForRx) -> SuperState
fn from(state: WaitingForRx) -> SuperState
Converts to this type from the input type.
source§impl From<WaitingForRxWindow> for SuperState
impl From<WaitingForRxWindow> for SuperState
source§fn from(state: WaitingForRxWindow) -> SuperState
fn from(state: WaitingForRxWindow) -> SuperState
Converts to this type from the input type.
source§impl From<WaitingForRxWindow> for SuperState
impl From<WaitingForRxWindow> for SuperState
source§fn from(state: WaitingForRxWindow) -> SuperState
fn from(state: WaitingForRxWindow) -> SuperState
Converts to this type from the input type.