Struct PamojaLoraChannelBlock
A run of evenly spaced channels, mirroring PamojaLoraChannelBlock in
pamoja.h.
public struct PamojaLoraChannelBlock
- Inherited Members
Fields
Count
How many channels the block holds.
public ushort Count
Field Value
MaxDataRate
The fastest data rate the block allows.
public byte MaxDataRate
Field Value
MinDataRate
The slowest data rate the block allows.
public byte MinDataRate
Field Value
StartHz
The first channel's center frequency in hertz.
public uint StartHz
Field Value
StepHz
The spacing between channels in hertz.
public uint StepHz