tsTxDataApp
When performing wireless transmission, the data to be transmitted, the destination, and various settings for transmission are stored in a structure and passed to the transmission API as a pointer.
List of members (simple net)
Members | Remark |
---|---|
| 送Source address. If less than |
| Destination address. Short address if less than |
| Packet type. Can be freely set by the application. Value range: |
| Callback ID, the value of which is set at the time of the transmission request and is passed by cbToCoNet_TxEvent(). This value maps the packet sent to the transmission completion event. This value is not included in the transmitted packet. Value range: |
| Packet payload (maximum packet size) |
bool_t bAckReq | If |
| The number of retransmissions performed by ToCoNet. if retransmissions at the MAC layer fail, ToCoNet will attempt to send the packet again. if MSB is set, the specified number of retransmissions will be performed regardless of success or failure. This bit should be set if more than one transmission is required, as most successful transmissions occur in broadcast communications. For example, if |
| Delay |
| Specify |
最終更新