![]() |
NSUKit
1.4.0
板卡级统一交互接口
|
类 | |
| class | nsukit::SocketGenerator |
命名空间 | |
| namespace | nsukit |
宏定义 | |
| #define | LISTEN_COUNT 5 |
| #define | SELECT_TIMEOUT 1 |
| #define | RECV_DEFAULT_TIMEOUT 5000 |
| #define | BLOCK_SIZE 1024 |
函数 | |
| int | nsukit::TcpRecvBytes (SocketGenerator *s, char *buf, size_t len, bool *stopped=nullptr) |
| int | nsukit::TcpSendBytes (SocketGenerator *s, char *buf, size_t len, bool *stopped=nullptr) |
| #define BLOCK_SIZE 1024 |
在文件 c_socket.h 第 34 行定义.
| #define LISTEN_COUNT 5 |
在文件 c_socket.h 第 31 行定义.
| #define RECV_DEFAULT_TIMEOUT 5000 |
在文件 c_socket.h 第 33 行定义.
| #define SELECT_TIMEOUT 1 |
在文件 c_socket.h 第 32 行定义.