RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:
RdmnetEptClientList Struct Reference

Overview

A structure that represents a list of EPT Client Entries.

Data Fields

RdmnetEptClientEntryclient_entries
 
size_t num_client_entries
 
bool more_coming
 

Field Documentation

◆ client_entries

RdmnetEptClientEntry* client_entries

An array of EPT Client Entries.

◆ more_coming

bool more_coming

This message contains a partial list. This can be set when the library runs out of static memory in which to store Client Entries and must deliver the partial list before continuing. The application should store the entries in the list but should not act on the list until another RdmnetEptClientList is received with more_coming set to false.

◆ num_client_entries

size_t num_client_entries

The size of the client_entries array.


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