Structs§

  • AckEvent is the message sent when a confirmation on a confirmed downlink has been received -or- when the downlink timed out.
  • Device information.
  • DownlinkCommand is the command to enqueue a downlink payload for the given device.
  • IntegrationEvent is the message that can be sent by an integration. It allows for sending events which are provided by an external integration which are “not native” to ChirpStack.
  • JoinEvent is the message sent when a device joined the network. Note: this event is sent at the first uplink after OTAA.
  • LocationEvent is the message sent when a geolocation resolve was returned.
  • LogEvent is the message sent when a device-related log was sent.
  • StatusEvent is the message sent when a device-status mac-command was sent by the device.
  • TxAckEvent is the message sent when a downlink was acknowledged by the gateway for transmission. As a downlink can be scheduled in the future, this event does not confirm that the message has already been transmitted.
  • UplinkEvent is the message sent when an uplink payload has been received.
  • Uplink relay RX information.

Enums§