SemysEncoderWriteInt

01 Encodes an integer at the current position and increments the position.
02

void SemysEncoderWriteInt16(HSemysCoder coder, uint16 *pValue);
void SemysEncoderWriteInt32(HSemysCoder coder, uint32 *pValue);
void SemysEncoderWriteInt64(HSemysCoder coder, uint64 *pValue);

03 Parameters:
  • coder: The coder to store the value in.
  • *pValue: Pointer to the integer value.
04 Reference: SemysCoder.h
Implementation: Semys Library
See Also: Coder Sub-System, SemysDecoderReadInt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.