Class Sx126xQuery
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
Bytesbyte[]The bytes to clock out before the answer, opcode first.
AnswerLengthintHow 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
Bytes
The bytes to clock out before the answer, opcode first.
public byte[] Bytes { get; init; }
Property Value
- byte[]