34 #ifndef __SOCKET_INTERNAL_H__    35 #define __SOCKET_INTERNAL_H__ 
unsigned short uint16
Range of values between 0 to 65535. 
 
BSD compatible socket interface internal types. 
 
unsigned long uint32
Range of values between 0 to 4294967295. 
 
unsigned char uint8
Range of values between 0 to 255. 
 
NMI_API void Socket_ReadSocketData(SOCKET sock, tstrSocketRecvMsg *pstrRecv, uint8 u8SocketMsg, uint32 u32StartAddress, uint16 u16ReadCount)
 
BSD compatible socket interface. 
 
sint8 SOCKET
Definition for socket handler data type. Socket ID,used with all socket operations to uniquely identi...