new MessageReturn(messageId, mobileId, codecServiceId, payloadRaw, payloadJson, mailboxTimeUtc, receiveTimeUtc, satelliteRegion, mailboxId)
infra/database/models/MessageReturn.js, line 18
Represents a Return (Mobile-Originated) message
Name | Type | Description |
---|---|---|
messageId |
number |
Unique ID assigned by the network |
mobileId |
string |
Unique modem ID (sender) |
codecServiceId |
number |
Service identifier (aka SIN) |
payloadRaw |
Array.<number> |
optional
A decimal byte array of the payload |
payloadJson |
object |
optional
A JSON structured payload |
mailboxTimeUtc |
string |
ISO time ready for retrieval at the Mailbox |
receiveTimeUtc |
string |
ISO time received by the network |
satelliteRegion |
string |
Identifier for the satellite beam used |
mailboxId |
string | number |
Unique Mailbox ID |