| Package | funnel |
| Class | public class MatrixLED |
| Inheritance | MatrixLED IOSystem flash.events.EventDispatcher |
| Method | Defined by | ||
|---|---|---|---|
|
MatrixLED(host:String = "localhost", portNum:Number = 9000)
| MatrixLED | ||
![]() |
moduleNumで指定した番号のI/Oモジュールを取得します。
| IOSystem | |
|
scanMatrix(image:*):void
8x8画素のBitmapDataか、64要素のNumber配列からマトリクスLEDの表示内容を更新します。
| MatrixLED | ||
![]() |
sendSysex(moduleNum:uint, command:uint, sysexMessage:Array):void
| IOSystem | |
![]() |
update():void
全ての出力ポートの値を更新します。通常、autoUpdateをfalseに設定して利用します。
| IOSystem | |
| MatrixLED | () | constructor |
public function MatrixLED(host:String = "localhost", portNum:Number = 9000)Parameters
host:String (default = "localhost") — ホスト名
|
|
portNum:Number (default = 9000) — ポート番号
|
| scanMatrix | () | method |
public function scanMatrix(image:*):void8x8画素のBitmapDataか、64要素のNumber配列からマトリクスLEDの表示内容を更新します。
Parametersimage:* — 8x8画素のBitmapData or 64要素のNumber配列
|
See also