次の方法で共有


PosPrinterStatus.ExtendedStatus プロパティ

定義

元の機器製造元 (OEM) が定義するサービスポイント プリンターの電源状態に関する拡張情報を取得します。 値は、 PosPrinterStatus.StatusKind プロパティが PosPrinterStatusKind.Extended の場合にのみ有効です。

public:
 property unsigned int ExtendedStatus { unsigned int get(); };
uint32_t ExtendedStatus();
public uint ExtendedStatus { get; }
var uInt32 = posPrinterStatus.extendedStatus;
Public ReadOnly Property ExtendedStatus As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

PosPrinterStatus.StatusKind プロパティの値が PosPrinterStatusKind.Extended の場合に、サービス ポイント プリンターの電源状態に関する拡張情報を提供する OEM 定義の値。

適用対象

こちらもご覧ください