Added in Version 1.0.0

DisplayBuilder

カスタマーディスプレイに関するStarXpandCommandを生成するクラス

コンストラクタ

DisplayBuilder()

オブジェクトの初期化

メソッド

styleCharacterEncoding(type: StarXpandCommand.Display.CharacterEncodingType)

文字エンコーディングを設定

styleInternationalCharacter(type: StarXpandCommand.Display.InternationalCharacterType)

国際文字を設定

styleCursorPositionTo(parameter: StarXpandCommand.Display.PositionParameter)

カーソル位置を設定

actionClearLine()

現在行のクリアを実行

actionClearAll()

全体クリアを実行

actionSetBackLightState(on: boolean)

バックライトの状態を設定

actionSetCursorState(state: StarXpandCommand.Display.CursorState)

カーソルの状態を設定

actionSetContrast(value: StarXpandCommand.Display.Contrast)

コントラスト値を設定

actionShowText(content: string)

テキスト表示を実行

actionShowImage(parameter: StarXpandCommand.Display.ImageParameter)

画像表示を実行