Struct Sx126xTxPower
An amplifier setting: the SetPaConfig bytes and the SetTxParams power.
public readonly record struct Sx126xTxPower : IEquatable<Sx126xTxPower>
- Implements
- Inherited Members
Constructors
Sx126xTxPower(byte, byte, byte, byte, sbyte)
An amplifier setting: the SetPaConfig bytes and the SetTxParams power.
public Sx126xTxPower(byte PaDutyCycle, byte HpMax, byte DeviceSel, byte PaLut, sbyte SettingDbm)
Parameters
PaDutyCyclebyteThe SetPaConfig
paDutyCyclebyte.HpMaxbyteThe SetPaConfig
hpMaxbyte.DeviceSelbyteThe SetPaConfig
deviceSelbyte.PaLutbyteThe SetPaConfig
paLutbyte.SettingDbmsbyteThe SetTxParams power, in dBm.
Properties
DeviceSel
The SetPaConfig deviceSel byte.
public byte DeviceSel { get; init; }
Property Value
HpMax
The SetPaConfig hpMax byte.
public byte HpMax { get; init; }
Property Value
PaDutyCycle
The SetPaConfig paDutyCycle byte.
public byte PaDutyCycle { get; init; }
Property Value
PaLut
The SetPaConfig paLut byte.
public byte PaLut { get; init; }
Property Value
SettingDbm
The SetTxParams power, in dBm.
public sbyte SettingDbm { get; init; }