|
@@ -16,6 +16,8 @@ public:
|
|
|
Data(const uint8_t* msg, unsigned length);
|
|
Data(const uint8_t* msg, unsigned length);
|
|
|
Data(const Data& data);
|
|
Data(const Data& data);
|
|
|
|
|
|
|
|
|
|
+ Data& operator=(Data other);
|
|
|
|
|
+
|
|
|
uint8_t& GetAt(unsigned pos);
|
|
uint8_t& GetAt(unsigned pos);
|
|
|
const uint8_t& GetAt(unsigned pos) const;
|
|
const uint8_t& GetAt(unsigned pos) const;
|
|
|
uint16_t& GetAt16(unsigned pos);
|
|
uint16_t& GetAt16(unsigned pos);
|