Table of Contents

Struct PamojaLoraChannelBlock

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

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

ushort

MaxDataRate

The fastest data rate the block allows.

public byte MaxDataRate

Field Value

byte

MinDataRate

The slowest data rate the block allows.

public byte MinDataRate

Field Value

byte

StartHz

The first channel's center frequency in hertz.

public uint StartHz

Field Value

uint

StepHz

The spacing between channels in hertz.

public uint StepHz

Field Value

uint