RDMnet  0.3.0
Implementation of ANSI E1.33 (RDMnet)
View other versions:
RdmnetScopeConfig Struct Reference

Overview

A set of configuration information for a single scope in which an RDMnet client is participating.

#include <rdmnet/client.h>

Data Fields

const char * scope
 The scope string. More...
 
EtcPalSockAddr static_broker_addr
 The broker address to which to connect, if a static broker has been configured. More...
 

Field Documentation

◆ scope

const char* RdmnetScopeConfig::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.

◆ static_broker_addr

EtcPalSockAddr RdmnetScopeConfig::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.


The documentation for this struct was generated from the following file: