mraa  2.0.0
Low Level Skeleton Library for Communication on GNU/Linux platforms
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
UartParity Class Reference
Collaboration diagram for UartParity:
Collaboration graph
[legend]

Public Member Functions

final int swigValue ()
 
String toString ()
 

Static Public Member Functions

static UartParity swigToEnum (int swigValue)
 

Static Public Attributes

static final UartParity UART_PARITY_NONE = new UartParity("UART_PARITY_NONE", mraaJNI.UART_PARITY_NONE_get())
 
static final UartParity UART_PARITY_EVEN = new UartParity("UART_PARITY_EVEN", mraaJNI.UART_PARITY_EVEN_get())
 
static final UartParity UART_PARITY_ODD = new UartParity("UART_PARITY_ODD", mraaJNI.UART_PARITY_ODD_get())
 
static final UartParity UART_PARITY_MARK = new UartParity("UART_PARITY_MARK", mraaJNI.UART_PARITY_MARK_get())
 
static final UartParity UART_PARITY_SPACE = new UartParity("UART_PARITY_SPACE", mraaJNI.UART_PARITY_SPACE_get())
 

The documentation for this class was generated from the following file: