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

Overview

A list of mappings from dynamic UIDs to responder IDs received from an RDMnet broker.

#include <rdmnet/message.h>

Data Fields

RdmnetDynamicUidMappingmappings
 An array of dynamic UID mappings.
 
size_t num_mappings
 The size of the mappings array.
 
bool more_coming
 This message contains a partial list. More...
 

Field Documentation

◆ more_coming

bool RdmnetDynamicUidAssignmentList::more_coming

This message contains a partial list.

This can be set when the library runs out of static memory in which to store RdmnetDynamicUidMappings 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 RdmnetDynamicUidAssignmentList is received with more_coming set to false.


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