public static class LibMCCS.MCCSReadCommand
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
LibMCCS.MCCSReadCommand.ByReference |
static class |
LibMCCS.MCCSReadCommand.ByValue |
| Modifier and Type | Field and Description |
|---|---|
byte |
control_id |
byte |
current_value |
byte |
max_value |
| Constructor and Description |
|---|
MCCSReadCommand() |
MCCSReadCommand(byte control_id,
byte max_value,
byte current_value) |
MCCSReadCommand(com.sun.jna.Pointer peer) |
| 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 byte control_id
public byte max_value
public byte current_value
public MCCSReadCommand()
public MCCSReadCommand(byte control_id,
byte max_value,
byte current_value)
public MCCSReadCommand(com.sun.jna.Pointer peer)
protected List getFieldOrder()
getFieldOrder in class com.sun.jna.StructureCopyright © 2015. All rights reserved.