MIKMutableMIDISystemExclusiveCommand
Objective-C
@interface MIKMutableMIDISystemExclusiveCommand : MIKMIDISystemExclusiveCommand
Swift
class MIKMutableMIDISystemExclusiveCommand : MIKMIDISystemExclusiveCommand
The mutable counter part of MIKMIDISystemExclusiveCommand.
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt32 manufacturerID
Swift
var manufacturerID: UInt32 { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt8 sysexChannel
Swift
var sysexChannel: UInt8 { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, strong) NSData *sysexData
Swift
var sysexData: Data { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, strong) NSDate *timestamp
Swift
var timestamp: Date { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MIKMIDICommandType commandType
Swift
var commandType: MIKMIDICommandType { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt8 dataByte1
Swift
var dataByte1: UInt8 { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) UInt8 dataByte2
Swift
var dataByte2: UInt8 { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic) MIDITimeStamp midiTimestamp
Swift
var midiTimestamp: MIDITimeStamp { get set }
-
This is currently undocumented. Documentation contributions are always welcome!
Declaration
Objective-C
@property (nonatomic, copy, null_resettable) NSData *data
Swift
var data: Data! { get set }