public static class LinuxTermios.serial_struct
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
int |
baud_base
The Baud base.
|
short |
close_delay
The Close delay.
|
short |
closing_wait
The Closing wait.
|
short |
closing_wait2
The Closing wait 2.
|
int |
custom_divisor
The Custom divisor.
|
int |
flags
The Flags.
|
int |
hub6
The Hub 6.
|
short |
io_type
The Io type.
|
com.sun.jna.NativeLong |
iomap_base
The Iomap base.
|
com.sun.jna.Pointer |
iomem_base
The Iomem base.
|
short |
iomem_reg_shift
The Iomem reg shift.
|
int |
irq
The Irq.
|
int |
line
The Line.
|
int |
port
The Port.
|
int |
port_high
The Port high.
|
int |
type
The Type.
|
int |
xmit_fifo_size
The Xmit fifo size.
|
| Constructor and Description |
|---|
serial_struct() |
| Modifier and Type | Method and Description |
|---|---|
protected List |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int type
public int line
public int port
public int irq
public int flags
public int xmit_fifo_size
public int custom_divisor
public int baud_base
public short close_delay
public short io_type
public int hub6
public short closing_wait
public short closing_wait2
public com.sun.jna.Pointer iomem_base
public short iomem_reg_shift
public int port_high
public com.sun.jna.NativeLong iomap_base
protected List getFieldOrder()
getFieldOrder in class com.sun.jna.StructureCopyright © 2017. All rights reserved.