MagneticStripeReaderTrackData.DiscretionaryData プロパティ

定義

スワイプされたカードから随意データを取得します。

public:
 property IBuffer ^ DiscretionaryData { IBuffer ^ get(); };
IBuffer DiscretionaryData();
public IBuffer DiscretionaryData { get; }
var iBuffer = magneticStripeReaderTrackData.discretionaryData;
Public ReadOnly Property DiscretionaryData As IBuffer

プロパティ値

スワイプされたカードからの随意データ。

注釈

IsDecodeDataEnabled propety が false の場合、配列は常に空になります。

適用対象