socket_internal.h
Go to the documentation of this file.
1 
34 #ifndef __SOCKET_INTERNAL_H__
35 #define __SOCKET_INTERNAL_H__
36 
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 /*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
43 INCLUDES
44 *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
45 
46 #include "socket/include/socket.h"
48 
49 
50 /*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
51 FUNCTION PROTOTYPES
52 *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
53 
54 NMI_API void Socket_ReadSocketData(SOCKET sock, tstrSocketRecvMsg *pstrRecv,uint8 u8SocketMsg,
55  uint32 u32StartAddress,uint16 u16ReadCount);
56 
57 #ifdef __cplusplus
58 }
59 #endif /* __cplusplus */
60 
61 #endif /* __SOCKET_H__ */
Socket recv status.
Definition: socket.h:651
unsigned short uint16
Range of values between 0 to 65535.
Definition: nm_bsp.h:96
BSD compatible socket interface internal types.
unsigned long uint32
Range of values between 0 to 4294967295.
Definition: nm_bsp.h:103
unsigned char uint8
Range of values between 0 to 255.
Definition: nm_bsp.h:89
NMI_API void Socket_ReadSocketData(SOCKET sock, tstrSocketRecvMsg *pstrRecv, uint8 u8SocketMsg, uint32 u32StartAddress, uint16 u16ReadCount)
Definition: socket.c:133
BSD compatible socket interface.
sint8 SOCKET
Definition for socket handler data type. Socket ID,used with all socket operations to uniquely identi...
#define NMI_API
Definition: nm_bsp.h:45


inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:05