sENMX_Server Struct Reference
[Setup API]

information of EIBnet/IP servers responding to multicast search request More...

#include <enmx_lib.h>


Data Fields

uint32_t ip
 IP address of server.
uint16_t port
 UDP port address of server's EIBnet/IP control connection (usually 3601).
char * version
 version information
char * hostname
 name of host running server
int eibnetmux
 true if server is eibnetmux
struct _sENMX_Server * next
 link to next server in linked list

Detailed Description

information of EIBnet/IP servers responding to multicast search request
Examples:

pth_search.c, and search.c.


Field Documentation

true if server is eibnetmux

Examples:
pth_search.c, and search.c.

name of host running server

Examples:
pth_search.c, and search.c.

uint32_t sENMX_Server::ip

IP address of server.

Examples:
pth_search.c, and search.c.

struct _sENMX_Server* sENMX_Server::next [read]

link to next server in linked list

Examples:
pth_search.c, and search.c.

UDP port address of server's EIBnet/IP control connection (usually 3601).

Examples:
pth_search.c, and search.c.

version information

Examples:
pth_search.c, and search.c.