SW Property
SW
Gets or sets the status word (SW), the ISO 7816 numerical value which represents the specific error or warning encountered.
C#
public short? SW { get; set; }
Property Value
Type | Description |
---|---|
short? | The status word value. This can either be an industry defined error, or vendor defined. |