KeyboardInfo
Information about a keyboard device that is connected to a CloudPRNT client.
NameSpace: StarMicronics.CloudPrnt.CpMessage
Syntax
public class KeyboardInfo
Properties
keyPresses
Base 64 encoded sequence of key press events since the last poll.
Declaration
public string keyPresses { get; set; }
Property Value
Type |
Description |
---|---|
System.String |
name
Logical device name for the keyboard.
This name may be used to request operations of this keyboard, such as claiming it to receive key press events
Declaration
public string name { get; set; }
Property Value
Type |
Description |
---|---|
System.String |
status
Information about the status of the keyboard at the time the CloudPRNT client issued it’s last poll.
Declaration
ppublic KeyboardStatus status { get; set; }
Property Value
Type |
Description |
---|---|