BarcodeReaderStatus
Status of a barcode reader device.
NameSpace: StarMicronics.CloudPrnt.CpMessage
Syntax
public class BarcodeReaderStatus
Properties
claimed
True of this barcode reader is currently claimed by the CloudPRNT server, and will therefore report scan events.
Declaration
public bool claimed { get; set; }
Property Value
Type |
Description |
---|---|
System.Boolean |
connected
True if the barcode reader is physically connected.
False if the barcode reader is physically disconnected or not detected.
Declaration
public bool connected { get; set; }
Property Value
Type |
Description |
---|---|
System.Boolean |