Status Verification

Checks if the Unwired Server instance is available.

Syntax

void ping() throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Ping – pings an Unwired Server to see if it is available:
    supServer.ping();