Acquired card connection or null
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public ICardConnection Connection { get; } |
Visual Basic |
---|
Public ReadOnly Property Connection As ICardConnection Get |
Visual C++ |
---|
public: property ICardConnection^ Connection { ICardConnection^ get (); } |
F# |
---|
member Connection : ICardConnection with get |
Property Value
Type: ICardConnection
Remarks
This value is null as long as no card is available. It is also null
if establishing a card has failed. Check Exception property in this case for reason.