Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFPortMustNotBeZero = errors.New("FPort must not be 0") ErrFPortMustBeZero = errors.New("FPort must be 0") ErrInvalidAppFPort = errors.New("FPort must be between 1 and 224") ErrAbort = errors.New("nothing to do") ErrNoLastRXInfoSet = errors.New("no last RX-Info set available") ErrInvalidDataRate = errors.New("invalid data-rate") ErrMaxPayloadSizeExceeded = errors.New("maximum payload size exceeded") )
data errors
Functions ¶
func HandleResponse ¶
func HandleResponse(rxPacket models.RXPacket, sp storage.ServiceProfile, ds storage.DeviceSession, adr, mustSend, ack bool, macCommands []storage.MACCommandBlock) error
HandleResponse handles a downlink response.
func HandleScheduleNextQueueItem ¶
func HandleScheduleNextQueueItem(ds storage.DeviceSession) error
HandleScheduleNextQueueItem handles scheduling the next device-queue item.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.