Class CloseSecureChannelRequest.Codec
java.lang.Object
org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<CloseSecureChannelRequest>
org.eclipse.milo.opcua.stack.core.types.structured.CloseSecureChannelRequest.Codec
- All Implemented Interfaces:
DataTypeCodec
- Enclosing class:
- CloseSecureChannelRequest
public static final class CloseSecureChannelRequest.Codec
extends GenericDataTypeCodec<CloseSecureChannelRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeType(EncodingContext context, UaDecoder decoder) voidencodeType(EncodingContext context, UaEncoder encoder, CloseSecureChannelRequest 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<CloseSecureChannelRequest>- Returns:
- the
Classof the DataType this codec encodes.
-
decodeType
- Specified by:
decodeTypein classGenericDataTypeCodec<CloseSecureChannelRequest>
-
encodeType
- Specified by:
encodeTypein classGenericDataTypeCodec<CloseSecureChannelRequest>
-