Struct lorawan::MHDR [] [src]

pub struct MHDR(pub u8);

MHDR represents LoRaWAN MHDR.

Methods

impl MHDR
[src]

[src]

Gives the type of message that PhyPayload is carrying.

[src]

Gives the version of LoRaWAN payload format.

Trait Implementations

impl Debug for MHDR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MHDR
[src]

[src]

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

[src]

This method tests for !=.