SemysDecoderReadInt |
01 | Decodes an integer value at the current position and increments the position. |
02 |
int32 SemysDecoderReadInt16(HSemysCoder coder, uint16 *pValue); |
03 |
Parameters:
|
04 |
Return Values: Nonzero if the value could be decoded or 0 otherwise (end of stream). |
05 |
Reference: SemysCoder.h Implementation: Semys Library See Also: Coder Sub-System, SemysEncoderWriteInt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |