From 12d9b10e5f2d66d1b724b0761b52a9d8734d3732 Mon Sep 17 00:00:00 2001 From: jgromes Date: Tue, 28 Sep 2021 19:33:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20aa1b8?= =?UTF-8?q?4ce1cc8b20c3385ccc10b840b1cce68f456=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _a_x25_8h_source.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_a_x25_8h_source.html b/_a_x25_8h_source.html index 9b19ab0b..ddcf57e3 100644 --- a/_a_x25_8h_source.html +++ b/_a_x25_8h_source.html @@ -268,19 +268,19 @@ $(document).ready(function(){initNavTree('_a_x25_8h_source.html',''); initResiza
uint16_t infoLen
Number of bytes in the information field.
Definition: AX25.h:128
uint8_t protocolID
The protocol identifier (PID) field.
Definition: AX25.h:123
-
void setSendSequence(uint8_t seqNumber)
Method to set send sequence number.
Definition: AX25.cpp:148
+
void setSendSequence(uint8_t seqNumber)
Method to set send sequence number.
Definition: AX25.cpp:149
Abstraction of AX.25 frame format.
Definition: AX25.h:88
Client for audio-based transmissions. Requires Arduino tone() function, and a module capable of direc...
Definition: AFSK.h:17
Client for AX25 communication.
Definition: AX25.h:279
uint8_t * info
The info field.
Definition: AX25.h:144
-
int16_t begin(const char *srcCallsign, uint8_t srcSSID=0x00, uint8_t preambleLen=8)
Initialization method.
Definition: AX25.cpp:174
+
int16_t begin(const char *srcCallsign, uint8_t srcSSID=0x00, uint8_t preambleLen=8)
Initialization method.
Definition: AX25.cpp:175
int16_t setRepeaters(char **repeaterCallsigns, uint8_t *repeaterSSIDs, uint8_t numRepeaters)
Method to set the repeater callsigns and SSIDs.
Definition: AX25.cpp:109
-
void setRecvSequence(uint8_t seqNumber)
Method to set receive sequence number.
Definition: AX25.cpp:144
-
AX25Client(PhysicalLayer *phy)
Constructor for 2-FSK mode.
Definition: AX25.cpp:152
-
int16_t setCorrection(int16_t mark, int16_t space)
Set AFSK tone correction offset. On some platforms, this is required to get the audio produced by the...
Definition: AX25.cpp:167
+
void setRecvSequence(uint8_t seqNumber)
Method to set receive sequence number.
Definition: AX25.cpp:145
+
AX25Client(PhysicalLayer *phy)
Constructor for 2-FSK mode.
Definition: AX25.cpp:153
+
int16_t setCorrection(int16_t mark, int16_t space)
Set AFSK tone correction offset. On some platforms, this is required to get the audio produced by the...
Definition: AX25.cpp:168
uint8_t * repeaterSSIDs
Array of repeater SSIDs.
Definition: AX25.h:154
uint8_t destSSID
SSID of the destination station.
Definition: AX25.h:98
-
int16_t transmit(const char *str, const char *destCallsign, uint8_t destSSID=0x00)
Transmit unnumbered information (UI) frame.
Definition: AX25.cpp:194
+
int16_t transmit(const char *str, const char *destCallsign, uint8_t destSSID=0x00)
Transmit unnumbered information (UI) frame.
Definition: AX25.cpp:195
Provides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN....
Definition: PhysicalLayer.h:14
uint8_t control
The control field.
Definition: AX25.h:118
uint8_t rcvSeqNumber
Receive sequence number.
Definition: AX25.h:133
@@ -292,7 +292,7 @@ $(document).ready(function(){initNavTree('_a_x25_8h_source.html',''); initResiza
AX25Frame(const char *destCallsign, uint8_t destSSID, const char *srcCallsign, uint8_t srcSSID, uint8_t control)
Overloaded constructor, for frames without info field.
Definition: AX25.cpp:4
AX25Frame & operator=(const AX25Frame &frame)
Overload for assignment operator.
Definition: AX25.cpp:74
uint8_t numRepeaters
Number of repeaters to be used.
Definition: AX25.h:113
-
int16_t sendFrame(AX25Frame *frame)
Transmit arbitrary AX.25 frame.
Definition: AX25.cpp:205
+
int16_t sendFrame(AX25Frame *frame)
Transmit arbitrary AX.25 frame.
Definition: AX25.cpp:206
char ** repeaterCallsigns
Array of repeater callsigns.
Definition: AX25.h:149