DisplayStatus

カスタマーディスプレイのステータスを表します。

NameSpace: StarMicronics.CloudPrnt.CpMessage

Syntax

public class DisplayStatus

Properties

connected

カスタマーディスプレイの物理的な接続状態を取得または設定します。
trueの場合、カスタマーディスプレイは物理的に接続されていることを表します。
falseの場合、カスタマーディスプレイは物理的に接続されていない、もしくは認識されていないことを表します。

Declaration

public bool connected { get; set; }

Property Value

Type

Description

System.Boolean