|
Treehopper C# API
|
Represents an 8080-style parallel interface that can write data More...
Public Member Functions | |
| Task | WriteCommandAsync (uint[] command) |
| Write one or more bytes to the command register More... | |
| Task | WriteDataAsync (uint[] data) |
| Write one or more bytes to the data register More... | |
Properties | |
| bool | Enabled [get, set] |
| Gets or sets whether the bus is enabled More... | |
| int | DelayMicroseconds [get, set] |
| The minimum number of microseconds to delay between each word write. More... | |
| int | Width [get] |
| Gets the width of the bus More... | |
Represents an 8080-style parallel interface that can write data
| Task WriteCommandAsync | ( | uint [] | command | ) |
Write one or more bytes to the command register
| command | The command data to write |
Implemented in FlushableParallelInterface< T >, and ParallelInterface.
| Task WriteDataAsync | ( | uint [] | data | ) |
Write one or more bytes to the data register
| data | The data to write |
Implemented in FlushableParallelInterface< T >, and ParallelInterface.
|
getset |
Gets or sets whether the bus is enabled
|
getset |
The minimum number of microseconds to delay between each word write.
|
get |
Gets the width of the bus