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

Overview

An RDMnet RPT status message received by a local component.

Data Fields

RdmUid source_uid
 
uint16_t source_endpoint
 
uint32_t seq_num
 
rpt_status_code_t status_code
 
const char * status_string
 

Field Documentation

◆ seq_num

uint32_t seq_num

The sequence number of the status message, for matching with a corresponding command.

◆ source_endpoint

uint16_t source_endpoint

The endpoint from which the status message was sent.

◆ source_uid

RdmUid source_uid

The UID of the RDMnet component that sent this status message.

◆ status_code

rpt_status_code_t status_code

A status code that indicates the specific error or status condition.

◆ status_string

const char* status_string

An optional implementation-defined status string to accompany this status message.


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