RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:
client.h File Reference

Overview

C++ wrapper for RDMnet client API definitions.

Go to the source code of this file.

Data Structures

class  ScopeHandleType
 
class  SourceAddr
 The source address for an unsolicited RDM response generated by a local component. More...
 
class  DestinationAddr
 A destination address for an RDM command in RDMnet's RPT protocol. More...
 
class  ClientConnectedInfo
 Information about a successful connection to a broker delivered to an RDMnet callback function. More...
 
class  ClientConnectFailedInfo
 Information about a failed connection to a broker delivered to an RDMnet callback function. More...
 
class  ClientDisconnectedInfo
 Information about a disconnect event from a broker delivered to an RDMnet callback function. More...
 
class  Scope
 An RDMnet scope configuration. More...
 

Namespaces

 rdmnet
 A namespace which contains all C++ language definitions in the RDMnet library.
 

Typedefs

using ScopeHandle = etcpal::OpaqueId< detail::ScopeHandleType, rdmnet_client_scope_t, RDMNET_CLIENT_SCOPE_INVALID >
 

Variables

constexpr uint16_t kNullEndpoint = E133_NULL_ENDPOINT
 Identifies the NULL_ENDPOINT, the endpoint of the RDMnet default responder.