Flag that indicates if the server should inform the gateway that the network should be reformed. Reforming the network consists of removing any sensors configured in the gateway, scanning and choosing a clear channel, and requesting the sensors to add back into the gateway.

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool SendResetNetworkRequest { get; }
Visual Basic
Public ReadOnly Property SendResetNetworkRequest As Boolean
	Get
Visual C++
public:
property bool SendResetNetworkRequest {
	bool get ();
}
F#
member SendResetNetworkRequest : bool with get

Property Value

Type: Boolean

See Also