SW1 of StatusWord causing this exception.

Namespace: BasicCard
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public byte SW1 { get; }
Visual Basic
Public ReadOnly Property SW1 As Byte
	Get
Visual C++
public:
property unsigned char SW1 {
	unsigned char get ();
}
F#
member SW1 : byte with get

Property Value

Type: Byte

See Also