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

Overview

A structure that represents a list of RPT Client Entries.

#include <rdmnet/message.h>

Data Fields

RdmnetRptClientEntryclient_entries
 An array of RPT Client Entries.
 
size_t num_client_entries
 The size of the client_entries array.
 
bool more_coming
 This message contains a partial list. More...
 

Field Documentation

◆ more_coming

bool RdmnetRptClientList::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 RdmnetRptClientList is received with more_coming set to false.


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