Go to the source code of this file.
◆ COMMS_BULK_FILE_DOWNLINK_PACKET_MAX_DATA_BYTES_PER_PACKET
#define COMMS_BULK_FILE_DOWNLINK_PACKET_MAX_DATA_BYTES_PER_PACKET 193 |
◆ COMMS_LOG_MESSAGE_PACKET_MAX_DATA_BYTES_PER_PACKET
#define COMMS_LOG_MESSAGE_PACKET_MAX_DATA_BYTES_PER_PACKET 199 |
◆ COMMS_TCMD_RESPONSE_PACKET_MAX_DATA_BYTES_PER_PACKET
#define COMMS_TCMD_RESPONSE_PACKET_MAX_DATA_BYTES_PER_PACKET 186 |
◆ COMMS_packet_type_enum_t
Packet types for the COMMS downlink packets.
This is the first byte (after the CSP header) of the downlink packets.
Enumerator |
---|
COMMS_PACKET_TYPE_BEACON_BASIC | |
COMMS_PACKET_TYPE_BEACON_PERIPHERAL | |
COMMS_PACKET_TYPE_LOG_MESSAGE | |
COMMS_PACKET_TYPE_TCMD_RESPONSE | |
COMMS_PACKET_TYPE_BULK_FILE_DOWNLINK | |
◆ COMMS_downlink_beacon_basic_packet()
uint8_t COMMS_downlink_beacon_basic_packet |
( |
| ) |
|
◆ COMMS_downlink_bulk_file_downlink()
uint8_t COMMS_downlink_bulk_file_downlink |
( |
uint8_t | file_seq_num, |
|
|
uint8_t | file_max_seq_num, |
|
|
uint32_t | file_offset, |
|
|
uint8_t | data[], |
|
|
uint16_t | data_len ) |
◆ COMMS_downlink_log_message()
uint8_t COMMS_downlink_log_message |
( |
const char | log_message_str[] | ) |
|
◆ COMMS_downlink_tcmd_response()
uint8_t COMMS_downlink_tcmd_response |
( |
uint64_t | ts_sent, |
|
|
uint8_t | response_code, |
|
|
uint16_t | duration_ms, |
|
|
char * | response, |
|
|
uint32_t | response_len ) |