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,则数组将始终为空。

适用于