namespace http://opcfoundation.org/UA/
nodeClass DataType
name RegisteredServer
isAbstract false
interface DTRegisteredServer {
    discoveryUrls: UAString[];
    gatewayServerUri: UAString;
    isOnline: boolean;
    productUri: UAString;
    semaphoreFilePath: UAString;
    serverNames: LocalizedText[];
    serverType: EnumApplication;
    serverUri: UAString;
}

Hierarchy (view full)

Properties

discoveryUrls: UAString[]
gatewayServerUri: UAString
isOnline: boolean
productUri: UAString
semaphoreFilePath: UAString
serverNames: LocalizedText[]
serverType: EnumApplication
serverUri: UAString