Table of Contents

Struct LoraMaxPayload

Namespace
Pamoja.Lora
Assembly
Pamoja.Lora.dll

What one data rate may carry in a single frame.

public readonly record struct LoraMaxPayload : IEquatable<LoraMaxPayload>
Implements
Inherited Members

Constructors

LoraMaxPayload(ushort, ushort)

What one data rate may carry in a single frame.

public LoraMaxPayload(ushort MacPayload, ushort Application)

Parameters

MacPayload ushort

The largest MAC payload, frame options included, in bytes.

Application ushort

The largest application payload, in bytes.

Properties

Application

The largest application payload, in bytes.

public ushort Application { get; init; }

Property Value

ushort

MacPayload

The largest MAC payload, frame options included, in bytes.

public ushort MacPayload { get; init; }

Property Value

ushort