org.rococoa.cocoa.corefoundation
Class CFUUIDBytes

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<CFUUIDBytes,CFUUIDBytes.ByValue,CFUUIDBytes.ByReference>
          extended by org.rococoa.cocoa.corefoundation.CFUUIDBytes
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<CFUUIDBytes,CFUUIDBytes.ByValue,CFUUIDBytes.ByReference>>
Direct Known Subclasses:
CFUUIDBytes.ByReference, CFUUIDBytes.ByValue

public class CFUUIDBytes
extends Structure<CFUUIDBytes,CFUUIDBytes.ByValue,CFUUIDBytes.ByReference>

native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFUUID.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class CFUUIDBytes.ByReference
           
static class CFUUIDBytes.ByValue
           
 
Field Summary
 byte byte0
           
 byte byte1
           
 byte byte10
           
 byte byte11
           
 byte byte12
           
 byte byte13
           
 byte byte14
           
 byte byte15
           
 byte byte2
           
 byte byte3
           
 byte byte4
           
 byte byte5
           
 byte byte6
           
 byte byte7
           
 byte byte8
           
 byte byte9
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CFUUIDBytes()
           
 
Method Summary
static CFUUIDBytes[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

byte0

public byte byte0

byte1

public byte byte1

byte2

public byte byte2

byte3

public byte byte3

byte4

public byte byte4

byte5

public byte byte5

byte6

public byte byte6

byte7

public byte byte7

byte8

public byte byte8

byte9

public byte byte9

byte10

public byte byte10

byte11

public byte byte11

byte12

public byte byte12

byte13

public byte byte13

byte14

public byte byte14

byte15

public byte byte15
Constructor Detail

CFUUIDBytes

public CFUUIDBytes()
Method Detail

newArray

public static CFUUIDBytes[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.