Added in Version 1.0.0

DisplayDelegate

カスタマーディスプレイのステータスイベントを定義するクラス

コンストラクタ

DisplayDelegate()

オブジェクトの初期化

プロパティ

onConnected

接続を通知

() => void

onDisconnected

切断を通知

() => void

onCommunicationError

通信エラーを通知

(error: StarIO10Error) => void