Show / Hide Table of Contents

Class KeyboardStatus

Describes the status of a keyboard.

Inheritance
System.Object
KeyboardStatus
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 KeyboardStatus

Properties

claimed

True of this keyboard is currently claimed by the CloudPRNT server, and will therefore report key press events.

Declaration
public bool claimed { get; set; }
Property Value
Type Description
System.Boolean

connected

True if the keyboard is physically connected. False if the keyboard is physically disconnected or not detected.

Declaration
public bool connected { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top