FindServersOnNetworkRequest Class
packages\node-opcua-service-discovery\_generated_\_auto_generated_FindServersOnNetworkRequest.js:28
Finds the servers known to the discovery server.
Constructor
FindServersOnNetworkRequest
-
options
Parameters:
-
options
Object
Item Index
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
toString
()
String
Returns:
Properties
maxRecordsToReturn
UInt32
The maximum number of records to return in the response. 0 indicates that there is no limit.
serverCapabilityFilter
String
List of Server capability filters. The set of allowed server capabilities are defined in Part 12. Only records with all of the specified server capabilities are returned. The comparison is case insensitive. If this list is empty then no filtering is performed.
startingRecordId
Counter
Only records with an identifier greater than this number will be returned. Specify 0 to start with the first record in the cache.