Interface IMessageHeaderWithEncodingType
Represents a conflated message header with Encoding type field.
This header combines framing and SBE message encoding headers.
Inherited Members
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public interface IMessageHeaderWithEncodingType : IMessageHeader
Properties
EncodingType
Declaration
ushort EncodingType { get; set; }
Property Value
Type | Description |
---|---|
ushort | Provides access to encoding type value. |