Class RepublishResponse.Codec
java.lang.Object
org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<RepublishResponse>
org.eclipse.milo.opcua.stack.core.types.structured.RepublishResponse.Codec
- All Implemented Interfaces:
DataTypeCodec
- Enclosing class:
- RepublishResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeType(EncodingContext context, UaDecoder decoder) voidencodeType(EncodingContext context, UaEncoder encoder, RepublishResponse value) getType()Methods inherited from class org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec
decode, encode
-
Constructor Details
-
Codec
public Codec()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceDataTypeCodec- Specified by:
getTypein classGenericDataTypeCodec<RepublishResponse>- Returns:
- the
Classof the DataType this codec encodes.
-
decodeType
- Specified by:
decodeTypein classGenericDataTypeCodec<RepublishResponse>
-
encodeType
- Specified by:
encodeTypein classGenericDataTypeCodec<RepublishResponse>
-