KeyboardStatus

Describes the status of a keyboard.

NameSpace: StarMicronics.CloudPrnt.CpMessage

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