OTX-Runtime for DotNet
|
|
Class for general utils More...
Static Public Member Functions | |
static uint | GetNumberOfConnectedClients (IClient client) |
Returns the number of currently connected clients. More... | |
static uint | GetNumberOfConnectedClients (string pipeName) |
Returns the number of currently connected clients. More... | |
static uint | GetNumberOfConnectedClients (ushort port) |
Returns the number of currently connected clients. More... | |
static uint | GetNumberOfExecutedDiagServices (IClient client) |
Returns the total number of all executed DiagServices (complete request and response) of all clients and all ComChannels since starting the DiagManager. More... | |
static uint | GetNumberOfExecutedDiagServices (string pipeName) |
Returns the total number of all executed DiagServices (complete request and response) of all clients and all ComChannels since starting the DiagManager. More... | |
static uint | GetNumberOfExecutedDiagServices (ushort port) |
Returns the total number of all executed DiagServices (complete request and response) of all clients and all ComChannels since starting the DiagManager. More... | |
static uint | GetNumberOfOpenComChannels (IClient client) |
Returns the number of currently opened ComChannels. More... | |
static uint | GetNumberOfOpenComChannels (string pipeName) |
Returns the number of currently opened ComChannels. More... | |
static uint | GetNumberOfOpenComChannels (ushort port) |
Returns the number of currently opened ComChannels. More... | |
static bool | IsAlive (string pipeName) |
Checks, if the server is alive. More... | |
static bool | IsAlive (ushort port) |
Checks, if the server is alive. More... | |
static void | SetClientName (IClient client, string clientName) |
Sets a name for a client More... | |
static void | SetLicenseKey (IClient client, string licenseKey) |
Sets a valid license key to active DiagManagerServer More... | |
static void | SetLicenseKey (string pipeName, string licenseKey) |
Sets a valid license key to active DiagManagerServer More... | |
static void | SetLicenseKey (ushort port, string licenseKey) |
Sets a valid license key to active DiagManagerServer More... | |
static void | StopServer (string pipeName) |
Stops the DiagManager server More... | |
static void | StopServer (ushort port) |
Stops the DiagManager server More... | |
Class for general utils
|
inlinestatic |
Returns the number of currently connected clients.
client | Client that connected to the DiagManager server, used to get the information. |
|
inlinestatic |
Returns the number of currently connected clients.
pipeName | The pipe name the server. |
|
inlinestatic |
Returns the number of currently connected clients.
port | The port of the server. |
|
inlinestatic |
Returns the total number of all executed DiagServices (complete request and response) of all clients and all ComChannels since starting the DiagManager.
client | Client that connected to the DiagManager server, used to get the information. |
|
inlinestatic |
Returns the total number of all executed DiagServices (complete request and response) of all clients and all ComChannels since starting the DiagManager.
pipeName | The pipe name the server. |
|
inlinestatic |
Returns the total number of all executed DiagServices (complete request and response) of all clients and all ComChannels since starting the DiagManager.
port | The port of the server. |
|
inlinestatic |
Returns the number of currently opened ComChannels.
client | Client that connected to the DiagManager server, used to get the information. |
|
inlinestatic |
Returns the number of currently opened ComChannels.
pipeName | The pipe name the server. |
|
inlinestatic |
Returns the number of currently opened ComChannels.
port | The port of the server. |
|
inlinestatic |
Checks, if the server is alive.
pipeName | Pipe name which the DiagManager listens on |
|
inlinestatic |
Checks, if the server is alive.
port | Port number of the DiagManager server e.g. "8888" |
|
inlinestatic |
Sets a name for a client
client | Client, which name is set |
clientName | Name of the client. The name should not be longer than 15 characters. |
|
inlinestatic |
Sets a valid license key to active DiagManagerServer
The license key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". A valid license key must be available. Please ask the software supplier.
client | Client, which sends the request to active DiagManagerServerServer |
licenseKey | License key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". |
|
inlinestatic |
Sets a valid license key to active DiagManagerServer
The license key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". A valid license key must be available. Please ask the software supplier.
pipeName | Pipe name which the DiagManager listens on |
licenseKey | License key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". |
|
inlinestatic |
Sets a valid license key to active DiagManagerServer
The license key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". A valid license key must be available. Please ask the software supplier.
port | Port number of the DiagManager server e.g. "8888" |
licenseKey | License key has the format "XXXX-XXXX-XXXX-XXXX-XXXX". |
|
inlinestatic |
Stops the DiagManager server
pipeName | Pipe name which the DiagManager listens on |
|
inlinestatic |
Stops the DiagManager server
port | Port number of the DiagManager server e.g. "8888" |