RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A set of configuration information for a single scope in which an RDMnet client is participating.
Data Fields | |
const char * | scope |
EtcPalSockAddr | static_broker_addr |
const char* scope |
The scope string. Scope strings are UTF-8, and their maximum length including NULL terminator is E133_SCOPE_STRING_PADDED_LENGTH, which is derived from the requirements of DNS and DNS-SD.
EtcPalSockAddr static_broker_addr |
The broker address to which to connect, if a static broker has been configured. If this member contains a valid EtcPalIpAddr and port, discovery using DNS-SD will be bypassed and a connection will be attempted directly to the address given.