Common.Message.CellularConfig (xmavlink_util v0.4.3)

View Source

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.

Types

t()

@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.