pflarue / ardop

ardopcf - A multi-platform implementation of the Amateur Radio Digital Open Protocol (ARDOP)
Other
30 stars 7 forks source link

Rename _SEND host command #31

Closed pflarue closed 6 months ago

pflarue commented 6 months ago

As suggested in a comment to Issue #13 with reference to RFC6648, the _SEND host command is renamed to TXFRAME.

However, as indicated by the description to Pull Request #22 when this feature was first introduced, this command is intended only for development and debugging purposes. It is NOT intended for normal use by Host applications. This feature may be modified or removed without notice from future releases of ardopcf.

For clarity, sendframe.c and the sendframe() function in it were also renamed to txframe.c and txframe().

A bug was fixed in HostInterface.c to remove an inappropriate use of SendReplyToHost() in response to a TXFRAME host command being issued without any of the required parameters.