package
0.0.0-20221122014549-f7b7a7987b0a
Repository: https://github.com/liuhw0/lorawan.git
Documentation: pkg.go.dev
# Functions
Encode encodes the given slice of bytes to fragments including forward error correction.
GetCommandPayload returns a new CommandPayload for the given CID.
# Constants
Available command identifier.
DefaultFPort defines the default fPort value for Fragmented Data Block Transport.
Available command identifier.
Available command identifier.
Available command identifier.
Available command identifier.
Available command identifier.
Available command identifier.
Available command identifier.
Available command identifier.
# Variables
Errors.
# Structs
Command defines the Command structure.
DataFragmentPayload implements the DataFragment payload.
DataFragmentPayloadIndexAndN implements the DataFragment payload IndexAndN field.
FragSessionDeleteAnsPayload implements the FragSessionDeleteAns payload.
FragSessionDeleteAnsPayloadStatus implements the FragSessionDeleteAns payload Status field.
FragSessionDeleteReqPayload implements the FragSessionDeleteReq paylaod.
FragSessionDeleteReqPayloadParam implements the FragSessionDeleteReq payload Param field.
FragSessionSetupAnsPayload implements the FragSessionSetupAns payload.
FragSessionSetupAnsPayloadStatusBitMask implements the FragSessionSetupAns payload StatusBitMask field.
FragSessionSetupReqPayload implements the FragSessionSetupReq payload.
FragSessionSetupReqPayloadControl implements the FragSessionSetupReq payload Control field.
FragSessionSetupReqPayloadFragSession implements the FragSessionSetupReq payload FragSession field.
FragSessionStatusAnsPayload implements the FragSessionStatusAns payload.
FragSessionStatusAnsPayloadReceivedAndIndex implements the FragSessionStatusAns payload ReceivedAndIndex field.
FragSessionStatusAnsPayloadStatus implements the FragSessionStatusAns payload Status field.
FragSessionStatusReqPayload implements the FragSessionStatusReq payload.
FragSessionStatusReqPayloadFragStatusReqParam implements the FragSessionStatusReq payload FragStatusReqParam field.
PackageVersionAnsPayload implements the PackageVersionAns payload.
# Interfaces
CommandPayload defines the interface that a command payload must implement.