You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary> Construct a new client with the given ID. The ID should be unique among any other possible clients. </summary>
85
+
/// <summary> Construct a new client with the given ID. The ID must be unique among any other possible clients and cannot be zero. </summary>
86
86
/// See \refwcc{WASimClient::WASimClient()} for more details.
87
87
explicitWASimClient(UInt32 clientId);
88
88
/// <summary> Construct a new client with the given ID and with initial settings read from the file specified in `configFile` (.ini format, see default file for example). </summary>
89
-
/// The client ID should be unique among any other possible clients. See \refwcc{WASimClient::WASimClient()} for more details.
89
+
/// The client ID must be unique among any other possible clients and cannot be zero. See \refwcc{WASimClient::WASimClient()} for more details.
/// This class implements a Disposable type object and should be disposed-of appropriately.
92
-
/// Any open network connections are automatically closed upon destruction, though it is better to close them yourself before deleting the client
91
+
/// <summary> This class implements a Disposable type object and should be disposed-of appropriately.
92
+
/// Any open network connections are automatically closed upon destruction, though it is better to close them yourself before deleting the client. </summary>
/// <summary> Returns version number of the WASimModule server, if known. The version is populated after a successful Ping command or server connection. </summary>
0 commit comments