*/\r
#define TCP_APP_SEND_BUFFER(Buffer, Len) MACROS{ Buffer->Direction = TCP_PACKETDIR_OUT; Buffer->Length = Len; Buffer->Ready = true; }MACROE\r
\r
/** Application macro: Clears the application buffer, ready for a packet to be written to it.\r
*\r
*/\r
#define TCP_APP_SEND_BUFFER(Buffer, Len) MACROS{ Buffer->Direction = TCP_PACKETDIR_OUT; Buffer->Length = Len; Buffer->Ready = true; }MACROE\r
\r
/** Application macro: Clears the application buffer, ready for a packet to be written to it.\r
*\r