Package org.robovm.apple.coremidi
Class MIDICIDeviceIdentification
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MIDICIDeviceIdentification>
org.robovm.apple.coremidi.MIDICIDeviceIdentification
- All Implemented Interfaces:
Iterable<MIDICIDeviceIdentification>
public class MIDICIDeviceIdentification extends Struct<MIDICIDeviceIdentification>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDICIDeviceIdentification.MIDICIDeviceIdentificationPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MIDICIDeviceIdentification()MIDICIDeviceIdentification(ByteBuffer manufacturer, ByteBuffer family, ByteBuffer modelNumber, ByteBuffer revisionLevel, ByteBuffer reserved) -
Method Summary
Modifier and Type Method Description ByteBuffergetFamily()ByteBuffergetManufacturer()ByteBuffergetModelNumber()ByteBuffergetReserved()ByteBuffergetRevisionLevel()MIDICIDeviceIdentificationsetFamily(ByteBuffer family)MIDICIDeviceIdentificationsetManufacturer(ByteBuffer manufacturer)MIDICIDeviceIdentificationsetModelNumber(ByteBuffer modelNumber)MIDICIDeviceIdentificationsetReserved(ByteBuffer reserved)MIDICIDeviceIdentificationsetRevisionLevel(ByteBuffer revisionLevel)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MIDICIDeviceIdentification
public MIDICIDeviceIdentification() -
MIDICIDeviceIdentification
public MIDICIDeviceIdentification(ByteBuffer manufacturer, ByteBuffer family, ByteBuffer modelNumber, ByteBuffer revisionLevel, ByteBuffer reserved)
-
-
Method Details
-
getManufacturer
-
setManufacturer
-
getFamily
-
setFamily
-
getModelNumber
-
setModelNumber
-
getRevisionLevel
-
setRevisionLevel
-
getReserved
-
setReserved
-