SemysPacketEncode |
01 | Encodes a packet into a stream. |
02 |
void SemysPacketEncode(SemysPacket *pPacket, HSemysCoder coder); |
03 |
Parameters:
|
04 | This function encodes the packet according to its mEncoder member value. |
05 |
The least significant 5 bits of the first byte are used for the type
identification. The user code has to preserve the byte size for the decoder. (Which is automatically done when using interfaces like Link or Gatherer.) |
06 |
Reference: SemysPacket.h Implementation: Semys Library See Also: Packet Sub-System, SemysPacketDecode() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |