CANpie FD
CAN programming interface environment - Version 3.08
Macros
QCan network definitions

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
 

Detailed Description

Macro Definition Documentation

◆ QCAN_LOCAL_SOCKET_MAX

#define QCAN_LOCAL_SOCKET_MAX   64

Maximum number of local sockets.

This symbol defines the maximum number of local sockets connected to the server.

◆ QCAN_NETWORK_MAX

#define QCAN_NETWORK_MAX   8

Maximum number of networks.

This symbol defines the maximum number of networks.

◆ QCAN_WEB_SOCKET_DEFAULT_PORT

#define QCAN_WEB_SOCKET_DEFAULT_PORT   55660

Default port for WebSocket server.

This symbol defines the default WebSocket port for the server.

◆ QCAN_WEB_SOCKET_MAX

#define QCAN_WEB_SOCKET_MAX   64

Maximum number of WebSockets.

This symbol defines the maximum number of sockets connected to the WebSocket server.