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.
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.