Added in Version 1.0.0

DisplayBuilder

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

コンストラクタ

init()

オブジェクトの初期化

メソッド

styleCharacterEncoding(_ type: StarXpandCommand.Display.CharacterEncodingType)

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

styleInternationalCharacter(_ type: StarXpandCommand.Display.InternationalCharacterType)

国際文字を設定

styleCursorPositionTo(_ parameter: StarXpandCommand.Display.PositionParameter)

カーソル位置を設定

actionClearLine()

現在行のクリアを実行

actionClearAll()

全体クリアを実行

actionSetBackLightState(_ on: Bool)

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

actionSetCursorState(_ state: StarXpandCommand.Display.CursorState)

カーソルの状態を設定

actionSetContrast(_ value: StarXpandCommand.Display.Contrast)

コントラスト値を設定

actionShowText(_ content: String)

テキスト表示を実行

actionShowImage(_ parameter: StarXpandCommand.Display.ImageParameter)

画像表示を実行