Table of Contents

Enum GatewayTxStatus

Namespace
Pamoja.Gateway
Assembly
Pamoja.Gateway.dll

What became of a downlink the server asked for.

public enum GatewayTxStatus : byte

Fields

CollisionBeacon = 4

A beacon was already scheduled then.

CollisionPacket = 3

Another packet was already scheduled then.

GpsUnlocked = 7

A GPS timestamp was asked for while the GPS is unlocked.

None = 0

It was scheduled, which the protocol writes as NONE.

TooEarly = 2

Its timestamp is too far ahead.

TooLate = 1

It arrived too late to schedule.

TxFreq = 5

The radio chain cannot reach that frequency.

TxPower = 6

The gateway cannot transmit at that power.