COM port number. 1 for COM1, 2 for COM2, ... Used when
Communication is Serial.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int ComPort { get; set; }
Public Property ComPort As Integer
Get
Set
public:
property int ComPort {
int get ();
void set (int value);
}
member ComPort : int with get, set
Property Value
Type:
Int32See Also