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 Nullable<short> SW { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The status word value. This can either be an industry defined error, or vendor defined. |