#include <setup.h>
Public Methods | |
Com () | |
initialization. | |
Public Attributes | |
eCommunType | communType |
type of communication. | |
int | connectMode |
connect mode (0 = server, 1 = client). | |
String | hostname |
hostname (if sockets used and connect_mode set to "client"). | |
unsigned short | port |
TCP port (if sockets used). | |
int | shmemSize |
shared memory size - in bytes (if shmem used). | |
String | shmemId |
shared memory name (identifier) - 3 characters. |
Definition at line 137 of file setup.h.