Enum rn2xx3::DataRateEuCn[][src]

pub enum DataRateEuCn {
    Sf12Bw125,
    Sf11Bw125,
    Sf10Bw125,
    Sf9Bw125,
    Sf8Bw125,
    Sf7Bw125,
    Sf7Bw250,
}
Expand description

The data rates valid in Europe and China.

Frequencies:

  • EU 863–870 MHz (LoRaWAN Specification (2015), Page 35, Table 14)
  • CN 779–787 MHz (LoRaWAN Specification (2015), Page 44, Table 25)
  • EU 433 MHz (LoRaWAN Specification (2015), Page 48, Table 31)

Variants

Sf12Bw125

Data Rate 0: SF 12 BW 125 (250 bit/s)

Sf11Bw125

Data Rate 1: SF 11 BW 125 (440 bit/s)

Sf10Bw125

Data Rate 2: SF 10 BW 125 (980 bit/s)

Sf9Bw125

Data Rate 3: SF 9 BW 125 (1760 bit/s)

Sf8Bw125

Data Rate 4: SF 8 BW 125 (3125 bit/s)

Sf7Bw125

Data Rate 5: SF 7 BW 125 (5470 bit/s)

Sf7Bw250

Data Rate 6: SF 7 BW 250 (11000 bit/s)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

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

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.