Interface IHeader
Message header.
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public interface IHeader
Properties
BlockLength
Size of fixed block.
Declaration
ushort BlockLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
FramingHeaderSize
Size of framing header.
Declaration
ushort FramingHeaderSize { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
MsgSize
Message size.
Declaration
ushort MsgSize { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
SchemaID
Schema ID.
Declaration
ushort SchemaID { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
TemplateID
Message template ID.
Declaration
ushort TemplateID { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Version
Schema version.
Declaration
ushort Version { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |