BLEMidiDevice class

Inheritance
  • Object
  • MidiDevice
  • BLEMidiDevice

Constructors

BLEMidiDevice(String deviceId, String name, StreamController<MidiPacket> _rxStreamCtrl)

Properties

bleHandlerState BLE_HANDLER_STATE
getter/setter pair
bleMidiBuffer List<int>
getter/setter pair
bleMidiPacketLength int
getter/setter pair
bleSysExHasFinished bool
getter/setter pair
connected bool
getter/setter pairinherited
connectionState ← BleConnectionState
no getter
deviceId String
getter/setter pair
devState DeviceState
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
inputPorts List<MidiPort>
getter/setter pairinherited
name String
getter/setter pairoverride
outputPorts List<MidiPort>
getter/setter pairinherited
pairingState bool
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sysExBuffer List<int>
getter/setter pair
timestamp int
getter/setter pair
toDictionary Map<String, Object>
no setterinherited
type String
getter/setter pairinherited

Methods

connect() → dynamic
disconnect() → dynamic
handleData(Uint8List data) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(Uint8List bytes) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited