libdrmconf  0.10.4
A library to program DMR radios.
Public Attributes | List of all members
OpenGD77Interface::ReadResponse Struct Reference

Represents a read response message. More...

#include <opengd77_interface.hh>

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.
 
   struct {
      uint32_t   _unknown00
 Some unknown number in little endian, seen 0x0001.
 
      uint32_t   _unknown04
 Some unknown number in little endian, seen 0x0003.
 
      char   fw_revision [16]
 Firmware revision ASCII, 0-padded.
 
      char   build_date [16]
 Firmware build time, YYYYMMDDhhmmss, 0-padded.
 
      uint32_t   _unknown24
 Some unknown number in little endian, seen 0x4014.
 
   }   radio_info
 Radio info payload.
 
}; 
 

Detailed Description

Represents a read response message.


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