MidOutput类
- 继承
-
- Object
- EventTarget
- MidiPort
- MidOutput
- 注解
-
- @Native("MIDIOutput")
属性
- connection → String?
-
无setter继承
- hashCode → int
- 该对象的哈希码。无setter继承
- id → String?
-
无setter继承
- manufacturer → String?
-
无setter继承
- name → String?
-
无setter继承
- on → Events
- 这是一个用于访问事件流的便捷访问器,应在没有明确访问器的情况下使用。无setter继承
- runtimeType → Type
- 对象运行时类型的表示。无setter继承
- state → String?
-
无setter继承
- type → String?
-
无setter继承
- version → String?
-
无setter继承
方法
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
close(
) → Future -
继承
-
dispatchEvent(
Event event) → bool -
继承
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
open(
) → Future -
继承
-
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
继承
-
send(
Uint8List data, [num? timestamp]) → void -
toString(
) → String - 该对象的字符串表示形式。继承
操作符
-
operator ==(
Object other) → bool - 等号操作符。继承