If static IP is set: This is the value of the router address the gateway will send its data through to access the Internet.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string DefaultRouterIP { get; } |
Visual Basic |
---|
Public ReadOnly Property DefaultRouterIP As String Get |
Visual C++ |
---|
public: property String^ DefaultRouterIP { String^ get (); } |
F# |
---|
member DefaultRouterIP : string with get |