Uses of Class
org.opcfoundation.ua.core.Argument

Packages that use Argument
org.opcfoundation.ua.core All the code in this package are codegenerated. 
 

Uses of Argument in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as Argument
protected  Argument[] ProgramDiagnosticDataType.LastMethodInputArguments
           
protected  Argument[] ProgramDiagnosticDataType.LastMethodOutputArguments
           
 

Methods in org.opcfoundation.ua.core that return Argument
 Argument Argument.clone()
          Deep clone
 Argument[] ProgramDiagnosticDataType.getLastMethodInputArguments()
           
 Argument[] ProgramDiagnosticDataType.getLastMethodOutputArguments()
           
 

Methods in org.opcfoundation.ua.core with parameters of type Argument
 void ProgramDiagnosticDataType.setLastMethodInputArguments(Argument[] LastMethodInputArguments)
           
 void ProgramDiagnosticDataType.setLastMethodOutputArguments(Argument[] LastMethodOutputArguments)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type Argument
ProgramDiagnosticDataType(NodeId CreateSessionId, String CreateClientName, DateTime InvocationCreationTime, DateTime LastTransitionTime, String LastMethodCall, NodeId LastMethodSessionId, Argument[] LastMethodInputArguments, Argument[] LastMethodOutputArguments, DateTime LastMethodCallTime, StatusResult LastMethodReturnStatus)
           
ProgramDiagnosticDataType(NodeId CreateSessionId, String CreateClientName, DateTime InvocationCreationTime, DateTime LastTransitionTime, String LastMethodCall, NodeId LastMethodSessionId, Argument[] LastMethodInputArguments, Argument[] LastMethodOutputArguments, DateTime LastMethodCallTime, StatusResult LastMethodReturnStatus)
           
 



Copyright © 2018. All rights reserved.