PosPrinter クラス

定義

サービスポイント プリンターを表します。

public ref class PosPrinter sealed
public ref class PosPrinter sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PosPrinter final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PosPrinter final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PosPrinter
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PosPrinter : System.IDisposable
Public NotInheritable Class PosPrinter
Public NotInheritable Class PosPrinter
Implements IDisposable
継承
Object Platform::Object IInspectable PosPrinter
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

PosPrinter オブジェクトを取得するには、 FromIdAsync または GetDefaultAsync 静的メソッドを使用します。

実装例については、 POS プリンターのサンプル を参照してください。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 GetDeviceSelector(PosConnectionTypes)
1903 18362 GetFontProperty
1903 18362 SupportedBarcodeSymbologies

プロパティ

Capabilities

ポイント オブ サービス プリンターの機能を取得します。

DeviceId

サービスポイント プリンターの識別子を取得します。

Status

ポイント オブ サービス プリンターの電源と可用性の現在の状態を取得します。

SupportedBarcodeSymbologies

ポイント オブ サービス プリンターがサポートするバーコード シンボルを取得します。

SupportedCharacterSets

ポイント オブ サービス プリンターがサポートする文字セットの一覧を取得します。

SupportedTypeFaces

ポイント オブ サービス プリンターがサポートするフォントと書体を取得します。

メソッド

CheckHealthAsync(UnifiedPosHealthCheckLevel)

サービス ポイント プリンターの正常性状態を非同期的に取得します。

ClaimPrinterAsync()

使用するサービス ポイント プリンターを要求し、サービス ポイント プリンターの ClaimedPosPrinter クラスのインスタンスを取得します。

Close()

POS プリンター セッションを閉じます。 C++ と JavaScript の場合は、Close() を使用します。 C# と Visual Basic の場合は、Dispose() を使用します。

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

FromIdAsync(String)

指定した DeviceInformation.Id を使用して、ポイントオブサービス プリンターの PosPrinter オブジェクトを作成します。

GetDefaultAsync()

既定のペアリング済みプリンターまたはローカル接続プリンターを取得します。

GetDeviceSelector()

使用可能なサービス ポイント オブ サービス プリンターの一覧を表示するために使用できる高度なクエリ構文 (AQS) 文字列を取得します。

GetDeviceSelector(PosConnectionTypes)

指定した接続の種類で使用可能なサービス ポイント プリンターの一覧を表示するために使用できる高度なクエリ構文 (AQS) 文字列を取得します

GetFontProperty(String)

ポイント オブ サービス プリンターから指定したフォント プロパティを取得します。

GetStatisticsAsync(IIterable<String>)

サービスポイント プリンターから指定された統計情報を取得します。

イベント

StatusUpdated

ポイント オブ サービス プリンターの電源または可用性の状態が変更されたときに発生します。

適用対象

こちらもご覧ください