Get a certain card reader only. No other than the specified card reader
is instantiated because of this function call.
If card reader cannot be found null is returned.
Namespace: BasicCard.TerminalsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
ICardReader this[
string name
] { get; } |
Visual Basic |
---|
ReadOnly Default Property Item (
name As String
) As ICardReader
Get |
Visual C++ |
---|
property ICardReader^ default[String^ name] {
ICardReader^ get (String^ name);
} |
F# |
---|
abstract Item : ICardReader with get
|
Parameters
- name
- Type: System..::..String
Property Value
Type:
ICardReader
See Also