com.prosysopc.ua.types.opcua
Class ServerType.GetMonitoredItemsMethodOutputs

java.lang.Object
  extended by com.prosysopc.ua.types.opcua.ServerType.GetMonitoredItemsMethodOutputs
All Implemented Interfaces:
MethodArguments, MethodOutputArguments
Enclosing interface:
ServerType

public static class ServerType.GetMonitoredItemsMethodOutputs
extends Object
implements MethodOutputArguments


Field Summary
protected  org.opcfoundation.ua.builtintypes.UnsignedInteger[] clientHandles
           
protected  org.opcfoundation.ua.builtintypes.UnsignedInteger[] serverHandles
           
 
Constructor Summary
ServerType.GetMonitoredItemsMethodOutputs(org.opcfoundation.ua.builtintypes.UnsignedInteger[] serverHandles, org.opcfoundation.ua.builtintypes.UnsignedInteger[] clientHandles)
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.Variant[] asVariantArray()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger[] getClientHandles()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger[] getServerHandles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverHandles

protected org.opcfoundation.ua.builtintypes.UnsignedInteger[] serverHandles

clientHandles

protected org.opcfoundation.ua.builtintypes.UnsignedInteger[] clientHandles
Constructor Detail

ServerType.GetMonitoredItemsMethodOutputs

public ServerType.GetMonitoredItemsMethodOutputs(org.opcfoundation.ua.builtintypes.UnsignedInteger[] serverHandles,
                                                 org.opcfoundation.ua.builtintypes.UnsignedInteger[] clientHandles)
Method Detail

getServerHandles

public org.opcfoundation.ua.builtintypes.UnsignedInteger[] getServerHandles()

getClientHandles

public org.opcfoundation.ua.builtintypes.UnsignedInteger[] getClientHandles()

asVariantArray

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


Copyright © 2018. All rights reserved.