| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
Argument |
Argument.Codec.decode(SerializationContext context,
UaDecoder decoder) |
Argument[] |
ProgramDiagnosticDataType.getLastMethodInputArguments() |
Argument[] |
ProgramDiagnosticDataType.getLastMethodOutputArguments() |
| Modifier and Type | Method and Description |
|---|---|
Class<Argument> |
Argument.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Argument.Codec.encode(SerializationContext context,
UaEncoder encoder,
Argument value) |
| Constructor and Description |
|---|
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 © 2025. All rights reserved.