NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
RegisteredServerOptions
Interface RegisteredServerOptions
interface
RegisteredServerOptions
{
discoveryUrls
?:
UAString
[]
|
null
;
gatewayServerUri
?:
UAString
;
isOnline
?:
boolean
;
productUri
?:
UAString
;
semaphoreFilePath
?:
UAString
;
serverNames
?:
(
LocalizedTextLike
|
null
)
[]
|
null
;
serverType
?:
ApplicationType
;
serverUri
?:
UAString
;
}
Index
Properties
discovery
Urls?
gateway
Server
Uri?
is
Online?
product
Uri?
semaphore
File
Path?
server
Names?
server
Type?
server
Uri?
Properties
Optional
discovery
Urls
discoveryUrls
?:
UAString
[]
|
null
Optional
gateway
Server
Uri
gatewayServerUri
?:
UAString
Optional
is
Online
isOnline
?:
boolean
Optional
product
Uri
productUri
?:
UAString
Optional
semaphore
File
Path
semaphoreFilePath
?:
UAString
Optional
server
Names
serverNames
?:
(
LocalizedTextLike
|
null
)
[]
|
null
Optional
server
Type
serverType
?:
ApplicationType
Optional
server
Uri
serverUri
?:
UAString
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
discovery
Urls
gateway
Server
Uri
is
Online
product
Uri
semaphore
File
Path
server
Names
server
Type
server
Uri
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...