com.prosysopc.ua.types.gds
Class DirectoryType.QueryServersMethodOutputs

java.lang.Object
  extended by com.prosysopc.ua.types.gds.DirectoryType.QueryServersMethodOutputs
All Implemented Interfaces:
MethodArguments, MethodOutputArguments
Enclosing interface:
DirectoryType

public static class DirectoryType.QueryServersMethodOutputs
extends Object
implements MethodOutputArguments


Field Summary
protected  org.opcfoundation.ua.builtintypes.DateTime lastCounterResetTime
           
protected  org.opcfoundation.ua.core.ServerOnNetwork[] servers
           
 
Constructor Summary
DirectoryType.QueryServersMethodOutputs(org.opcfoundation.ua.builtintypes.DateTime lastCounterResetTime, org.opcfoundation.ua.core.ServerOnNetwork[] servers)
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.Variant[] asVariantArray()
           
 org.opcfoundation.ua.builtintypes.DateTime getLastCounterResetTime()
           
 org.opcfoundation.ua.core.ServerOnNetwork[] getServers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastCounterResetTime

protected org.opcfoundation.ua.builtintypes.DateTime lastCounterResetTime

servers

protected org.opcfoundation.ua.core.ServerOnNetwork[] servers
Constructor Detail

DirectoryType.QueryServersMethodOutputs

public DirectoryType.QueryServersMethodOutputs(org.opcfoundation.ua.builtintypes.DateTime lastCounterResetTime,
                                               org.opcfoundation.ua.core.ServerOnNetwork[] servers)
Method Detail

getLastCounterResetTime

public org.opcfoundation.ua.builtintypes.DateTime getLastCounterResetTime()

getServers

public org.opcfoundation.ua.core.ServerOnNetwork[] getServers()

asVariantArray

public final org.opcfoundation.ua.builtintypes.Variant[] asVariantArray()
Specified by:
asVariantArray in interface MethodArguments


Copyright © 2018. All rights reserved.