pub type CellularConfigResponse = CellularConfigResponse;Expand description
Originally defined in common::enums::cellular_config_response
Aliased Type§
#[repr(u8)]pub enum CellularConfigResponse {
Accepted = 0,
ApnError = 1,
PinError = 2,
Rejected = 3,
CellularConfigBlockedPukRequired = 4,
}Variants§
Accepted = 0
MAVLink enum entry CELLULAR_CONFIG_RESPONSE_ACCEPTED.
Changes accepted.
ApnError = 1
MAVLink enum entry CELLULAR_CONFIG_RESPONSE_APN_ERROR.
Invalid APN.
PinError = 2
MAVLink enum entry CELLULAR_CONFIG_RESPONSE_PIN_ERROR.
Invalid PIN.
Rejected = 3
MAVLink enum entry CELLULAR_CONFIG_RESPONSE_REJECTED.
Changes rejected.
CellularConfigBlockedPukRequired = 4
MAVLink enum entry CELLULAR_CONFIG_BLOCKED_PUK_REQUIRED.
PUK is required to unblock SIM card.