KeyboardStatus
キーボードのステータスを表します。
NameSpace: StarMicronics.CloudPrnt.CpMessage
Syntax
public class KeyboardStatus
Properties
claimed
キーボードのこのCloudPRNTサーバーによる現在のクレーム状態を表します。
trueの場合、このCloudPRNTサーバーによってクレームされており、キー入力イベントが報告される状態にあることを表します。
Declaration
public bool claimed { get; set; }
Property Value
Type |
Description |
---|---|
System.Boolean |
connected
キーボードの物理的な接続状態を取得または設定します。
trueの場合、キーボードは物理的に接続されていることを表します。
falseの場合、キーボードは物理的に接続されていない、もしくは認識されていないことを表します。
Declaration
public bool connected { get; set; }
Property Value
Type |
Description |
---|---|
System.Boolean |