MagneticStripeReaderCapabilities.IsIsoSupported 属性

定义

指示设备是否支持 ISO 卡。

public:
 property bool IsIsoSupported { bool get(); };
bool IsIsoSupported();
public bool IsIsoSupported { get; }
var boolean = magneticStripeReaderCapabilities.isIsoSupported;
Public ReadOnly Property IsIsoSupported As Boolean

属性值

Boolean

bool

如果设备支持 ISO 卡,则为 True;否则为 false。

适用于