Enum GatewayTxStatus
What became of a downlink the server asked for.
public enum GatewayTxStatus : byte
Fields
CollisionBeacon = 4A beacon was already scheduled then.
CollisionPacket = 3Another packet was already scheduled then.
GpsUnlocked = 7A GPS timestamp was asked for while the GPS is unlocked.
None = 0It was scheduled, which the protocol writes as
NONE.TooEarly = 2Its timestamp is too far ahead.
TooLate = 1It arrived too late to schedule.
TxFreq = 5The radio chain cannot reach that frequency.
TxPower = 6The gateway cannot transmit at that power.