|
OpenHantek
|
The BulkCode::SETLOGICALDATA builder. More...
#include <bulkStructs.h>
Public Member Functions | |
| BulkSetLogicalData () | |
| Sets the data array to needed values. | |
| BulkSetLogicalData (uint8_t data) | |
| Sets the data to the given value. More... | |
| uint8_t | getData () |
| Gets the data. More... | |
| void | setData (uint8_t data) |
| Sets the data to the given value. More... | |
Additional Inherited Members | |
Data Fields inherited from BulkCommand | |
| Hantek::BulkCode | code |
| bool | pending = false |
| BulkCommand * | next = nullptr |
Protected Member Functions inherited from BulkCommand | |
| BulkCommand (Hantek::BulkCode code, unsigned size) | |
The BulkCode::SETLOGICALDATA builder.
| Hantek::BulkSetLogicalData::BulkSetLogicalData | ( | uint8_t | data | ) |
Sets the data to the given value.
| data | The data byte. |
| uint8_t Hantek::BulkSetLogicalData::getData | ( | ) |
Gets the data.
| void Hantek::BulkSetLogicalData::setData | ( | uint8_t | d | ) |
Sets the data to the given value.
| data | The new data byte. |
1.8.14