[#TokenPipeEnd-TokenRead] = xref:TokenPipeEnd.adoc[TokenPipeEnd]::TokenRead :relfileprefix: ../ :mrdocs: Read token from endpoint. == Synopsis Declared in `<util/tokenpipe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int TokenRead(); ---- == Return Value >=0 Token value, if successful. <0 if error: TS_ERR If an error happened. TS_EOS If end of stream happened. [.small]#Created with https://www.mrdocs.com[MrDocs]#