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