• Version 4.4.3
Show / Hide Table of Contents

Interface IMessageHeader

Represents a conflated message header.

This header combines framing and SBE message encoding headers.

Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public interface IMessageHeader

Properties

BlockLength

Declaration
ushort BlockLength { get; set; }
Property Value
Type Description
ushort

Size of the message root block.

MessageLength

Declaration
ushort MessageLength { get; set; }
Property Value
Type Description
ushort

The overall message size, including this message header.

SchemaID

Declaration
ushort SchemaID { get; set; }
Property Value
Type Description
ushort

SBE Schema identifier.

TemplateID

Declaration
ushort TemplateID { get; set; }
Property Value
Type Description
ushort

Message Template identifier.

Version

Declaration
ushort Version { get; set; }
Property Value
Type Description
ushort

SBE Schema version.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX