Class KeyboardInfo
CloudPRNTクライアントに接続されているキーボードデバイスについての情報を表します。
Inheritance
System.Object
    KeyboardInfo
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: StarMicronics.CloudPrnt.CpMessage
Assembly: cs.temp.dll.dll
Syntax
public class KeyboardInfo
  Properties
keyPressed
キー入力イベントで報告されたBase64でエンコードされたデータを取得または設定します。
Declaration
public string keyPressed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
name
キーボードの論理デバイス名を取得または設定します。 この名称は、クレームや キー入力イベント等のキーボードの操作を要求する際に使われます。
Declaration
public string name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
status
CloudPRNTクライアントが発行した最後のポーリングリクエスト時のキーボードの ステータス情報を取得または設定します。
Declaration
public KeyboardStatus status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| KeyboardStatus |