Simple Binary Encoder message header.
Assembly: OnixS.SimpleBinaryEncoding.dll
public struct SbeHeader : IEquatable<SbeHeader>
Properties
Declaration
public ushort BlockLength { readonly get; set; }
Property Value
Declaration
public ushort SchemaID { readonly get; set; }
Property Value
Declaration
public ushort TemplateID { readonly get; set; }
Property Value
Declaration
public ushort Version { readonly get; set; }
Property Value
Methods
Indicates whether the current object equals to another object of the same type.
Declaration
public bool Equals(SbeHeader other)
Parameters
Returns
Indicates whether the current object equals to another object.
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
object |
other |
|
Returns
Overrides
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A 32-bit signed integer that is the hash code for this instance.
|
Overrides
Operators
Indicates whether the current object equals to another object of the same type.
Declaration
public static bool operator ==(SbeHeader left, SbeHeader right)
Parameters
Returns
Indicates whether the current object does not equal another object of the same type.
Declaration
public static bool operator !=(SbeHeader left, SbeHeader right)
Parameters
Returns
Implements