BowlerKernel
|
Public Member Functions | |
UARTTxChannel (DyIOChannel channel) | |
boolean | putStream (ByteList stream) throws IOException |
DyIOOutputStream | getOutStream () |
boolean | hasAsync () |
![]() | |
DyIOAbstractPeripheral (DyIOChannel channel, DyIOChannelMode myMode, boolean async) | |
DyIOChannelMode | getClassMode () |
boolean | isEnabled () |
boolean | setMode () |
boolean | setMode (boolean async) |
boolean | setMode (DyIOChannelMode mode, boolean async) |
DyIOChannel | getChannel () |
DyIOChannelMode | getMode () |
boolean | setValue (int value) throws InvalidResponseException |
boolean | setValue (ByteList value) throws InvalidResponseException |
int | getValue () throws InvalidResponseException |
boolean | SavePosition (int pos) |
boolean | configAdvancedAsyncNotEqual () |
boolean | configAdvancedAsyncDeadBand (int deadbandSize) |
boolean | configAdvancedAsyncTreshhold (int threshholdValue, AsyncThreshholdEdgeType edgeType) |
boolean | configAdvancedAsyncAutoSample () |
boolean | configAdvancedAsyncNotEqual (int msTime) |
boolean | configAdvancedAsyncDeadBand (int msTime, int deadbandSize) |
boolean | configAdvancedAsyncTreshhold (int msTime, int threshholdValue, AsyncThreshholdEdgeType edgeType) |
boolean | configAdvancedAsyncAutoSample (int msTime) |
boolean | flush () |
void | setAsync (boolean b) |
int | getConfiguration () |
The Class UARTTxChannel.
Definition at line 232 of file UARTChannel.java.
com.neuronrobotics.sdk.dyio.peripherals.UARTChannel.UARTTxChannel.UARTTxChannel | ( | DyIOChannel | channel | ) |
Instantiates a new UART tx channel.
channel | the channel |
Definition at line 242 of file UARTChannel.java.
References com.neuronrobotics.sdk.dyio.DyIOChannelMode.USART_TX.
DyIOOutputStream com.neuronrobotics.sdk.dyio.peripherals.UARTChannel.UARTTxChannel.getOutStream | ( | ) |
boolean com.neuronrobotics.sdk.dyio.peripherals.UARTChannel.UARTTxChannel.hasAsync | ( | ) |
This method is to check if this peripheral is capable to be set as up as asynchronous.
Reimplemented from com.neuronrobotics.sdk.dyio.peripherals.DyIOAbstractPeripheral.
Definition at line 274 of file UARTChannel.java.
boolean com.neuronrobotics.sdk.dyio.peripherals.UARTChannel.UARTTxChannel.putStream | ( | ByteList | stream | ) | throws IOException |
Put stream.
stream | the stream |
IOException | Signals that an I/O exception has occurred. |
Definition at line 257 of file UARTChannel.java.
References com.neuronrobotics.sdk.dyio.DyIOOutputStream.write().
Referenced by com.neuronrobotics.sdk.dyio.peripherals.UARTChannel.sendBytes().