org.openmuc.canopen.lib
Class CLibrary.can_frame

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.openmuc.canopen.lib.CLibrary.can_frame
Direct Known Subclasses:
CLibrary.can_frame.ByReference
Enclosing interface:
CLibrary

public static class CLibrary.can_frame
extends com.sun.jna.Structure

Implements the C-structure can_frame.


Nested Class Summary
static class CLibrary.can_frame.ByReference
           
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.ByValue
 
Field Summary
 byte can_dlc
           
 int can_id
           
 byte[] data
           
 byte[] none
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
CLibrary.can_frame()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

can_id

public int can_id

can_dlc

public byte can_dlc

none

public byte[] none

data

public byte[] data
Constructor Detail

CLibrary.can_frame

public CLibrary.can_frame()