Enum lorawan::FRMPayload [] [src]

pub enum FRMPayload {
    Data(FRMDataPayload),
    MACCommands(FRMMacCommands),
}

FRMPayload represents the FRMPayload that can either be the application data or mac commands.

Variants

Trait Implementations

impl Debug for FRMPayload
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FRMPayload
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.