Parameters required when transmitting a frame.
Public Attributes#
Channel Speed to use when transmitting a frame.
Channel id to use when transmitting a frame.
CRC Type to use. XOR is used in 2 channel at 9600 and 40k baud rate. CRC CCITT is used in 100k frames.
The byte value used for the preamble sequence.
Length of the preamble. Minimum preamble length is specified in ITU G.9959-2015.
The start of frame byte used to indicate the end of preamble and the start of frame.
Number of repetitions for the frame. This is used for wakeup beams where the beam is to be repeated for 250 or 1000 ms.
Public Attribute Documentation#
speed#
zpal_radio_speed_t zpal_radio_transmit_parameter_t::speed
Channel Speed to use when transmitting a frame.
368
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_radio.h
channel_id#
zpal_radio_zwave_channel_t zpal_radio_transmit_parameter_t::channel_id
Channel id to use when transmitting a frame.
369
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_radio.h
crc#
zpal_radio_crc_t zpal_radio_transmit_parameter_t::crc
CRC Type to use. XOR is used in 2 channel at 9600 and 40k baud rate. CRC CCITT is used in 100k frames.
370
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_radio.h
preamble#
uint8_t zpal_radio_transmit_parameter_t::preamble
The byte value used for the preamble sequence.
371
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_radio.h
preamble_length#
uint8_t zpal_radio_transmit_parameter_t::preamble_length
Length of the preamble. Minimum preamble length is specified in ITU G.9959-2015.
372
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_radio.h
start_of_frame#
uint8_t zpal_radio_transmit_parameter_t::start_of_frame
The start of frame byte used to indicate the end of preamble and the start of frame.
373
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_radio.h
repeats#
uint8_t zpal_radio_transmit_parameter_t::repeats
Number of repetitions for the frame. This is used for wakeup beams where the beam is to be repeated for 250 or 1000 ms.
374
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_radio.h