SetApn

@Serializable
data class SetApn(val apn: String) : CmdRequest

Command to configure the Access Point Name (APN) for satellite connectivity.

This operation sets the APN that determines how the device connects to the satellite network. Different APNs may be used for different service environments (production, testing, etc.).

Constructors

Link copied to clipboard
constructor(apn: String)

Properties

Link copied to clipboard
val apn: String

The Access Point Name string to configure.

Link copied to clipboard
open override val cmd: String

The AT command string to be sent to the device.

Link copied to clipboard

The operation code that identifies the type of request.