mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Add special data spacer/termination after data transmission.
This commit is contained in:
@@ -29,17 +29,16 @@ public:
|
||||
|
||||
void get(unsigned char* bytes) const;
|
||||
|
||||
void getTerminator(unsigned char* bytes) const;
|
||||
|
||||
bool getGI() const;
|
||||
bool getA() const;
|
||||
|
||||
unsigned int getSrcId() const;
|
||||
unsigned int getDstId() const;
|
||||
|
||||
unsigned int getBlocks() const;
|
||||
|
||||
bool getF() const;
|
||||
bool getS() const;
|
||||
unsigned char getNs() const;
|
||||
CDMRDataHeader& operator=(const CDMRDataHeader& header);
|
||||
|
||||
private:
|
||||
unsigned char* m_data;
|
||||
|
||||
Reference in New Issue
Block a user