Show / Hide Table of Contents

Class BarcodeReaderStatus

バーコードリーダーデバイスのステータスを表します。

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

バーコードリーダーのこのCloudPRNTサーバーによる現在のクレーム状態を表します。 trueの場合、このCloudPRNTサーバーによってクレームされており、スキャンイベントが報告される 状態にあることを表します。

Declaration
public bool claimed { get; set; }
Property Value
Type Description
System.Boolean

connected

バーコードリーダーの物理的な接続状態を取得または設定します。 trueの場合、バーコードリーダーは物理的に接続されていることを表します。 falseの場合、バーコードリーダーは物理的に接続されていない、もしくは認識されていないことを表します。

Declaration
public bool connected { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top