|
CAN programming interface environment
Version 3.10
|
Macros | |
| #define | QCAN_WEB_SOCKET_DEFAULT_PORT 55660 |
| #define | QCAN_WEB_SOCKET_MAX 64 |
| #define | QCAN_LOCAL_SOCKET_MAX 64 |
| #define | QCAN_NETWORK_MAX 8 |
| #define QCAN_LOCAL_SOCKET_MAX 64 |
Maximum number of local sockets.
This symbol defines the maximum number of local sockets connected to the server.
| #define QCAN_NETWORK_MAX 8 |
Maximum number of networks.
This symbol defines the maximum number of networks.
| #define QCAN_WEB_SOCKET_DEFAULT_PORT 55660 |
Default port for WebSocket server.
This symbol defines the default WebSocket port for the server.
| #define QCAN_WEB_SOCKET_MAX 64 |
Maximum number of WebSockets.
This symbol defines the maximum number of sockets connected to the WebSocket server.