Table of Contents

Class Sx126xQuery

Namespace
Pamoja.Radios
Assembly
Pamoja.Radios.dll

A command that reads data back, and how much it reads.

public sealed record Sx126xQuery : IEquatable<Sx126xQuery>
Inheritance
Sx126xQuery
Implements
Inherited Members

Constructors

Sx126xQuery(byte[], int)

A command that reads data back, and how much it reads.

public Sx126xQuery(byte[] Bytes, int AnswerLength)

Parameters

Bytes byte[]

The bytes to clock out before the answer, opcode first.

AnswerLength int

How many bytes of answer follow them in the same transaction.

Properties

AnswerLength

How many bytes of answer follow them in the same transaction.

public int AnswerLength { get; init; }

Property Value

int

Bytes

The bytes to clock out before the answer, opcode first.

public byte[] Bytes { get; init; }

Property Value

byte[]