The BulkCode::SETLOGICALDATA builder.
More...
#include <bulkStructs.h>
|
|
| BulkSetLogicalData () |
| | Sets the data array to needed values.
|
| |
| | BulkSetLogicalData (uint8_t data) |
| | Sets the data to the given value.
|
| |
| uint8_t | getData () |
| | Gets the data.
|
| |
| void | setData (uint8_t data) |
| | Sets the data to the given value.
|
| |
|
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.
◆ BulkSetLogicalData()
| Hantek::BulkSetLogicalData::BulkSetLogicalData |
( |
uint8_t | data | ) |
|
Sets the data to the given value.
- Parameters
-
◆ getData()
| uint8_t Hantek::BulkSetLogicalData::getData |
( |
| ) |
|
Gets the data.
- Returns
- The data byte.
◆ setData()
| void Hantek::BulkSetLogicalData::setData |
( |
uint8_t | d | ) |
|
Sets the data to the given value.
- Parameters
-
The documentation for this class was generated from the following files: