interface ServerOnNetworkOptions {
    discoveryUrl?: UAString;
    recordId?: number;
    serverCapabilities?: null | UAString[];
    serverName?: UAString;
}

Properties

discoveryUrl?: UAString
recordId?: number
serverCapabilities?: null | UAString[]
serverName?: UAString