# Functions

DownlinkFrameFromProto convers the given protobuf message to a DownlinkFrame.
DownlinkTransmittedToProto converts the DownlinkTransmitted to the protobuf struct.
GetMessageType returns the message type for the given paylaod.
GetRouterConfig returns the router-config message.
JoinRequestToProto converts the JoinRequest to the protobuf struct.
SetRadioMetaDataToProto sets the given parameters to the given protobuf struct.
UplinkDataFrameToProto converts the UplinkDataFrame to the protobuf struct.
UplinkProprietaryFrameToProto converts the UplinkProprietaryFrame to the protobuf struct.

# Constants

Message types.
Message types.
Message types.
Message types.
Message types.
Message types.
Message types.
Message types.

# Structs

DownlinkFrame implements the downlink message.
DownlinkTransmitted implements the downlink transmitted message.
JoinRequest implements the join-request message.
RadioMetaData contains the radio meta-data.
RadioMetaDataUpInfo contains the radio meta-data uplink info.
RouterConfig implements the router-config message.
RouterInfoRequest implements the router-info request.
RouterInfoResponse implements the router-info response.
SX1301Conf implements a single SX1301 configuration.
SX1301ConfChanFSK implements the FSK channel configuration.
SX1301ConfChanLoRaStd implements the LoRa (single SF) configuration.
SX1301ConfChanMultiSF implements the LoRa multi SF configuration.
SX1301ConfRadio implements a SX1301 radio configuration.
TimeSyncGPSTimeTransfer implements the GPS time transfer that is initiated by the NS.
TimeSyncRequest implements the router-info request.
TimeSyncResponse implements the router-info response.
UplinkDataFrame implements the uplink data-frame message.
UplinkProprietaryFrame implements the uplink proprietary frame.
Version implements the version message.

# Type aliases

EUI64 implements the BasicStation EUI64 type.
MessageType defines the message type.