View Source Common.Message.CellularConfig (xmavlink_util v0.3.0)

Link to this section Summary

Types

t()

Configure cellular modems. This message is re-emitted as an acknowledgement by the modem. The message may also be explicitly requested using MAV_CMD_REQUEST_MESSAGE.

Link to this section Types

@type t() :: %Common.Message.CellularConfig{
  apn: [char()],
  enable_lte: XMAVLink.Types.uint8_t(),
  enable_pin: XMAVLink.Types.uint8_t(),
  new_pin: [char()],
  pin: [char()],
  puk: [char()],
  response: Common.Types.cellular_config_response(),
  roaming: XMAVLink.Types.uint8_t()
}

Configure cellular modems. This message is re-emitted as an acknowledgement by the modem. The message may also be explicitly requested using MAV_CMD_REQUEST_MESSAGE.