Package com.sun.jna.platform.win32
Class DBT.DEV_BROADCAST_PORT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.DBT.DEV_BROADCAST_PORT
- Enclosing interface:
- DBT
@FieldOrder({"dbcp_size","dbcp_devicetype","dbcp_reserved","dbcp_name"})
public static class DBT.DEV_BROADCAST_PORT
extends Structure
The Class DEV_BROADCAST_PORT.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintThe dbcp_devicetype.byte[]The dbcp_name.intThe dbcp_reserved.intThe dbcp_size.Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new dev broadcast port.DEV_BROADCAST_PORT(Pointer memory) Instantiates a new dev broadcast port.
- 
Method SummaryModifier and TypeMethodDescriptionGets the dbcc_name.voidread()Reads the fields of the struct from native memoryMethods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
- 
Field Details- 
dbcp_sizepublic int dbcp_sizeThe dbcp_size.
- 
dbcp_devicetypepublic int dbcp_devicetypeThe dbcp_devicetype.
- 
dbcp_reservedpublic int dbcp_reservedThe dbcp_reserved.
- 
dbcp_namepublic byte[] dbcp_nameThe dbcp_name.
 
- 
- 
Constructor Details- 
DEV_BROADCAST_PORTpublic DEV_BROADCAST_PORT()Instantiates a new dev broadcast port.
- 
DEV_BROADCAST_PORTInstantiates a new dev broadcast port.- Parameters:
- memory- the memory
 
 
- 
- 
Method Details