Package org.robovm.apple.coremidi
Class MIDIIOErrorNotification
- All Implemented Interfaces:
Iterable<MIDIIOErrorNotification>
public class MIDIIOErrorNotification extends Struct<MIDIIOErrorNotification>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIIOErrorNotification.MIDIIOErrorNotificationPtr -
Constructor Summary
Constructors Constructor Description MIDIIOErrorNotification()MIDIIOErrorNotification(MIDINotificationMessageID messageID, int messageSize, MIDIDevice driverDevice, OSStatus errorCode) -
Method Summary
Modifier and Type Method Description MIDIDevicegetDriverDevice()OSStatusgetErrorCode()MIDINotificationMessageIDgetMessageID()intgetMessageSize()MIDIIOErrorNotificationsetDriverDevice(MIDIDevice driverDevice)MIDIIOErrorNotificationsetErrorCode(OSStatus errorCode)MIDIIOErrorNotificationsetMessageID(MIDINotificationMessageID messageID)MIDIIOErrorNotificationsetMessageSize(int messageSize)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, wrap
-
Constructor Details
-
MIDIIOErrorNotification
public MIDIIOErrorNotification() -
MIDIIOErrorNotification
public MIDIIOErrorNotification(MIDINotificationMessageID messageID, int messageSize, MIDIDevice driverDevice, OSStatus errorCode)
-
-
Method Details
-
getMessageID
-
setMessageID
-
getMessageSize
public int getMessageSize() -
setMessageSize
-
getDriverDevice
-
setDriverDevice
-
getErrorCode
-
setErrorCode
-