Struct ublox_cellular::command::psn::responses::PacketSwitchedNetworkData[][src]

pub struct PacketSwitchedNetworkData {
    pub profile: ProfileId,
    pub param: PacketSwitchedNetworkDataParam,
    pub param_tag: u8,
}
Expand description

18.9 Packet switched network-assigned data +UPSND Returns the current (dynamic) network-assigned or network-negotiated value of the specified parameter for the active PDP context associated with the specified PSD profile.

Fields

profile: ProfileIdparam: PacketSwitchedNetworkDataParamparam_tag: u8

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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.

Should always be Self

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.