[][src]Struct chirpstack_api::as_pb::external::api::DeviceActivation

pub struct DeviceActivation {
    pub dev_eui: String,
    pub dev_addr: String,
    pub app_s_key: String,
    pub nwk_s_enc_key: String,
    pub s_nwk_s_int_key: String,
    pub f_nwk_s_int_key: String,
    pub f_cnt_up: u32,
    pub n_f_cnt_down: u32,
    pub a_f_cnt_down: u32,
}

Fields

dev_eui: String

Device EUI (HEX encoded).

dev_addr: String

Device address (HEX encoded).

app_s_key: String

Application session key (HEX encoded).

nwk_s_enc_key: String

Network session encryption key (HEX encoded).

s_nwk_s_int_key: String

Serving network session integrity key (HEX encoded).

f_nwk_s_int_key: String

Forwarding network session integrity key (HEX encoded).

f_cnt_up: u32

Uplink frame-counter.

n_f_cnt_down: u32

Downlink network frame-counter.

a_f_cnt_down: u32

Downlink application frame-counter.

Trait Implementations

impl Clone for DeviceActivation[src]

impl Debug for DeviceActivation[src]

impl Default for DeviceActivation[src]

impl Message for DeviceActivation[src]

impl PartialEq<DeviceActivation> for DeviceActivation[src]

impl StructuralPartialEq for DeviceActivation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]