SemysPacketDestroy |
01 | Destroys a dynamically allocated packet. |
02 |
void SemysPacketDestroy(SemysPacket *pPacket); |
03 |
Parameters:
|
04 | This function first calls the packet specific destroy function and finally frees the packet pointer. |
05 |
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. |