Class BarcodeReaderStatus
Status of a barcode reader device.
Inheritance
System.Object
BarcodeReaderStatus
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 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 |