A list of serial port numbers which should be tested
for serial card readers. Default is: 1;2;3;4 for COM1, COM2, COM3 and COM4
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public int[] SerialPorts { get; } |
Visual Basic |
---|
Public ReadOnly Property SerialPorts As Integer() Get |
Visual C++ |
---|
public: property array<int>^ SerialPorts { array<int>^ get (); } |
F# |
---|
member SerialPorts : int[] with get |