| Package | Description |
|---|---|
| com.prosysopc.ua.client.nodes |
Client side implementation classes for the
UaNode model. |
| com.prosysopc.ua.nodes |
Common
UaNode model. |
| com.prosysopc.ua.server.nodes |
Server side implementation classes for the
UaNode model. |
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.types.opcua | |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
Argument[] |
UaMethodImpl.getInputArguments() |
Argument[] |
UaMethodImpl.getOutputArguments() |
| Modifier and Type | Method and Description |
|---|---|
Argument[] |
UaMethod.getInputArguments()
The InputArguments Property is used to specify the arguments that shall be used by a client
when calling the Method.
|
Argument[] |
UaMethod.getOutputArguments()
The OutputArguments Property specifies the result returned from the Method call.
|
| Modifier and Type | Method and Description |
|---|---|
Argument[] |
UaMethodNode.getInputArguments() |
Argument[] |
UaMethodNode.getOutputArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlainMethod.setInputArguments(Argument[] arguments)
Defines the InputArguments of the Method.
|
void |
PlainMethod.setOutputArguments(Argument[] arguments)
Defines the OutputArguments of the Method.
|
| Modifier and Type | Method and Description |
|---|---|
Argument |
Argument.Builder.build() |
Argument |
Argument.clone() |
Argument[] |
ProgramDiagnosticDataType.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnosticDataType.Builder.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnostic2DataType.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnostic2DataType.Builder.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnosticDataType.getLastMethodOutputArguments() |
Argument[] |
ProgramDiagnosticDataType.Builder.getLastMethodOutputArguments() |
Argument[] |
ProgramDiagnostic2DataType.getLastMethodOutputArguments() |
Argument[] |
ProgramDiagnostic2DataType.Builder.getLastMethodOutputArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramDiagnosticDataType.setLastMethodInputArguments(Argument[] value) |
ProgramDiagnosticDataType.Builder |
ProgramDiagnosticDataType.Builder.setLastMethodInputArguments(Argument[] value) |
void |
ProgramDiagnostic2DataType.setLastMethodInputArguments(Argument[] value) |
ProgramDiagnostic2DataType.Builder |
ProgramDiagnostic2DataType.Builder.setLastMethodInputArguments(Argument[] value) |
void |
ProgramDiagnosticDataType.setLastMethodOutputArguments(Argument[] value) |
ProgramDiagnosticDataType.Builder |
ProgramDiagnosticDataType.Builder.setLastMethodOutputArguments(Argument[] value) |
void |
ProgramDiagnostic2DataType.setLastMethodOutputArguments(Argument[] value) |
ProgramDiagnostic2DataType.Builder |
ProgramDiagnostic2DataType.Builder.setLastMethodOutputArguments(Argument[] value) |
| Constructor and Description |
|---|
ProgramDiagnostic2DataType(NodeId f_createSessionId,
String f_createClientName,
DateTime f_invocationCreationTime,
DateTime f_lastTransitionTime,
String f_lastMethodCall,
NodeId f_lastMethodSessionId,
Argument[] f_lastMethodInputArguments,
Argument[] f_lastMethodOutputArguments,
Object[] f_lastMethodInputValues,
Object[] f_lastMethodOutputValues,
DateTime f_lastMethodCallTime,
StatusCode f_lastMethodReturnStatus) |
ProgramDiagnostic2DataType(NodeId f_createSessionId,
String f_createClientName,
DateTime f_invocationCreationTime,
DateTime f_lastTransitionTime,
String f_lastMethodCall,
NodeId f_lastMethodSessionId,
Argument[] f_lastMethodInputArguments,
Argument[] f_lastMethodOutputArguments,
Object[] f_lastMethodInputValues,
Object[] f_lastMethodOutputValues,
DateTime f_lastMethodCallTime,
StatusCode f_lastMethodReturnStatus) |
ProgramDiagnosticDataType(NodeId f_createSessionId,
String f_createClientName,
DateTime f_invocationCreationTime,
DateTime f_lastTransitionTime,
String f_lastMethodCall,
NodeId f_lastMethodSessionId,
Argument[] f_lastMethodInputArguments,
Argument[] f_lastMethodOutputArguments,
DateTime f_lastMethodCallTime,
StatusResult f_lastMethodReturnStatus) |
ProgramDiagnosticDataType(NodeId f_createSessionId,
String f_createClientName,
DateTime f_invocationCreationTime,
DateTime f_lastTransitionTime,
String f_lastMethodCall,
NodeId f_lastMethodSessionId,
Argument[] f_lastMethodInputArguments,
Argument[] f_lastMethodOutputArguments,
DateTime f_lastMethodCallTime,
StatusResult f_lastMethodReturnStatus) |
| Modifier and Type | Method and Description |
|---|---|
Argument[] |
ProgramDiagnostic2Type.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnostic2Type.getLastMethodOutputArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramDiagnostic2Type.setLastMethodInputArguments(Argument[] value) |
void |
ProgramDiagnostic2Type.setLastMethodOutputArguments(Argument[] value) |
| Modifier and Type | Method and Description |
|---|---|
Argument[] |
ProgramDiagnostic2TypeImplBase.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnostic2TypeImplBase.getLastMethodOutputArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramDiagnostic2TypeImplBase.setLastMethodInputArguments(Argument[] value) |
void |
ProgramDiagnostic2TypeImplBase.setLastMethodOutputArguments(Argument[] value) |
| Modifier and Type | Method and Description |
|---|---|
Argument[] |
ProgramDiagnostic2TypeNodeBase.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnostic2TypeNodeBase.getLastMethodOutputArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramDiagnostic2TypeNodeBase.setLastMethodInputArguments(Argument[] value) |
void |
ProgramDiagnostic2TypeNodeBase.setLastMethodOutputArguments(Argument[] value) |
Copyright © 2026. All rights reserved.