Serial port and GPS

Serial2IP.DEFAULTTYP Field

Default IP server type

[Visual Basic]
Public Const DEFAULTTYP As ServerType = ServerType.BCAST
[C#]
public const ServerType DEFAULTTYP = ServerType.BCAST;

Remarks

Only informational meaning. There is no functional default server operation type and it must be set using oper().

See Also

Serial2IP Class | serial Namespace