libdrmconf 0.12.1
A library to program DMR radios.
Loading...
Searching...
No Matches
OpenGD77Interface::ReadResponse Struct Reference

Represents a read response message. More...

#include <opengd77_interface.hh>

Collaboration diagram for OpenGD77Interface::ReadResponse:

Public Attributes

char type
 Same code as request. That is 'R' read block, 'W' write block, 'C' command.
 
uint16_t length
 Length of paylod.
 
union { 
 
   uint8_t   data [32] 
 Data payload.
 
   FirmwareInfo   info 
 Firmware information struct.
 
};  
 Payload.
 

Detailed Description

Represents a read response message.


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