Struct chirpstack_api::ns::DeviceProfile[][src]

pub struct DeviceProfile {
Show 21 fields pub id: Vec<u8>, pub supports_class_b: bool, pub class_b_timeout: u32, pub ping_slot_period: u32, pub ping_slot_dr: u32, pub ping_slot_freq: u32, pub supports_class_c: bool, pub class_c_timeout: u32, pub mac_version: String, pub reg_params_revision: String, pub rx_delay_1: u32, pub rx_dr_offset_1: u32, pub rx_datarate_2: u32, pub rx_freq_2: u32, pub factory_preset_freqs: Vec<u32>, pub max_eirp: u32, pub max_duty_cycle: u32, pub supports_join: bool, pub rf_region: String, pub supports_32bit_f_cnt: bool, pub adr_algorithm_id: String,
}

Fields

id: Vec<u8>

Device-profile ID.

supports_class_b: bool

End-Device supports Class B.

class_b_timeout: u32

Maximum delay for the End-Device to answer a MAC request or a confirmed DL frame (mandatory if class B mode supported).

ping_slot_period: u32

Mandatory if class B mode supported.

ping_slot_dr: u32

Mandatory if class B mode supported.

ping_slot_freq: u32

Mandatory if class B mode supported.

supports_class_c: bool

End-Device supports Class C.

class_c_timeout: u32

Maximum delay for the End-Device to answer a MAC request or a confirmed DL frame (mandatory if class C mode supported).

mac_version: String

Version of the LoRaWAN supported by the End-Device.

reg_params_revision: String

Revision of the Regional Parameters document supported by the End-Device.

rx_delay_1: u32

Class A RX1 delay (mandatory for ABP).

rx_dr_offset_1: u32

RX1 data rate offset (mandatory for ABP).

rx_datarate_2: u32

RX2 data rate (mandatory for ABP).

rx_freq_2: u32

RX2 channel frequency (mandatory for ABP).

factory_preset_freqs: Vec<u32>

List of factory-preset frequencies (mandatory for ABP).

max_eirp: u32

Maximum EIRP supported by the End-Device.

max_duty_cycle: u32

Maximum duty cycle supported by the End-Device.

supports_join: bool

End-Device supports Join (OTAA) or not (ABP).

rf_region: String

RF region name.

supports_32bit_f_cnt: bool

End-Device uses 32bit FCnt (mandatory for LoRaWAN 1.0 End-Device).

adr_algorithm_id: String

ADR algorithm ID. In case this is left blank, or is configured to a non-existing ADR algorithm (plugin), then it falls back to ‘default’.

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

Returns the “default value” for a type. Read more

Returns the encoded length of the message without a length delimiter.

Clears the message, resetting all fields to their default.

Encodes the message to a buffer. Read more

Encodes the message to a newly allocated buffer.

Encodes the message with a length-delimiter to a buffer. Read more

Encodes the message with a length-delimiter to a newly allocated buffer.

Decodes an instance of the message from a buffer. Read more

Decodes a length-delimited instance of the message from the buffer.

Decodes an instance of the message from a buffer, and merges it into self. Read more

Decodes a length-delimited instance of the message from buffer, and merges it into self. Read more

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

This method tests for !=.

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

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.