Write token to endpoint.
Synopsis
Declared in <util/tokenpipe.h>
int
TokenWrite(uint8_t token);
Return Value
0 If successful. <0 if error: TS_ERR If an error happened. TS_EOS If end of stream happened.
Parameters
Name |
Description |
token |
The one‐byte token to write. |
Created with MrDocs