#define _declspec(dllexport)
This function is used to trigger the update.
#define fnNetSimError(x,...)
int fn_NetSim_UDP_Receive_User_Datagram()
int fn_NetSim_UDP_Send_User_Datagram()
EXPORTED EVENT_TYPE nEventType
EXPORTED struct stru_NetSim_EventDetails * pstruEventDetails
int fn_NetSim_UDP_FreePacket(NetSim_PACKET *pstruPacket)
Function to free the allocated memory for the UDP packet.
int fn_NetSim_UDP_CopyPacket(NetSim_PACKET *pstruDestPacket, NetSim_PACKET *pstruSrcPacket)
Function to copy the UDP packet from source to destination.
int fn_NetSim_UDP_WritePacketTrace(NetSim_PACKET *pstruPacket, char **ppszTrace)
int fn_NetSim_UDP_Metrics(PMETRICSWRITER metricsWriter)
Function to write UDP Metrics into Metrics.txt.
int fn_NetSim_UDP_Finish()
Function to free the UDP protocol variable and Unload the primitives.
int fn_NetSim_UDP_Configure(void **var)
char * fn_NetSim_UDP_ConfigPacketTrace()
char * fn_NetSim_UDP_Trace(int nSubEvent)
Return the subevent name with respect to the subevent number for writting event trace.
int fn_NetSim_UDP_Metrics_F(PMETRICSWRITER metricsWriter)
int fn_NetSim_UDP_FreePacket_F(NetSim_PACKET *)
int fn_NetSim_UDP_Configure_F(void **var)
int fn_NetSim_UDP_CopyPacket_F(NetSim_PACKET *, NetSim_PACKET *)
char * fn_NetSim_UDP_Trace_F(int nSubEvent)
int fn_NetSim_UDP_Init_F()
int fn_NetSim_UDP_Finish_F()