Share via


PosKeyboardProperties Class

Definition

A helper class created by POS for .NET to simplify the retrieval and setting of property values for keyboard devices.

public class PosKeyboardProperties : Microsoft.PointOfService.BasicServiceObjects.CommonProperties
type PosKeyboardProperties = class
    inherit CommonProperties
Public Class PosKeyboardProperties
Inherits CommonProperties
Inheritance
PosKeyboardProperties

Properties

CapCompareFirmwareVersion (Inherited from CommonProperties)
CapKeyUp

If true, the keyboard device is able to generate both key-down and key-up input data, based on the value of the EventTypes property.

CapPowerReporting (Inherited from CommonProperties)
CapStatisticsReporting (Inherited from CommonProperties)
CapUpdateFirmware (Inherited from CommonProperties)
CapUpdateStatistics (Inherited from CommonProperties)
DeviceDescription (Inherited from CommonProperties)
DeviceName (Inherited from CommonProperties)
EventTypes

Holds the type of events that the application wants to receive.

PosKeyData

Holds the value of the key from the last DataEvent.

PosKeyEventType

Holds the type of the last keyboard event.

PowerState (Inherited from CommonProperties)
ServiceObjectDescription (Inherited from CommonProperties)
ServiceObjectVersion (Inherited from CommonProperties)
State (Inherited from CommonProperties)

Applies to