libdrmconf 0.14.1
A library to program DMR radios.
Loading...
Searching...
No Matches
DM32UVInterface::ReadRequest Struct Reference

Read request. More...

#include <dm32uv_interface.hh>

Public Member Functions

 ReadRequest (uint32_t address, uint16_t length)
 Constructs a read request for the given address and length.
bool send (DM32UVInterface *dev, const ErrorStack &err=ErrorStack()) const
 Send request though the given interface.

Public Attributes

const char request_type = 'R'
 Static request type.
uint8_t address [3]
 24bit little endian address.
uint16_t length
 16bit little endian length.

Detailed Description

Read request.


The documentation for this struct was generated from the following files:
  • /builddir/build/BUILD/qdmr-0.14.1-build/qdmr-0.14.1/lib/dm32uv_interface.hh
  • /builddir/build/BUILD/qdmr-0.14.1-build/qdmr-0.14.1/lib/dm32uv_interface.cc