Show / Hide Table of Contents

Struct SbeHeader

Simple Binary Encoder message header.

Implements
IEquatable<SbeHeader>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public struct SbeHeader : IEquatable<SbeHeader>

Properties

BlockLength

Block Length.

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

SchemaID

Schema ID.

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

TemplateID

Template ID.

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

Version

Version.

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

Methods

Equals(SbeHeader)

Indicates whether the current object equals to another object of the same type.

Declaration
public bool Equals(SbeHeader other)
Parameters
Type Name Description
SbeHeader other
Returns
Type Description
bool

Equals(object)

Indicates whether the current object equals to another object.

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
object other
Returns
Type Description
bool
Overrides
ValueType.Equals(object)

GetHashCode()

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
ValueType.GetHashCode()

Operators

operator ==(SbeHeader, SbeHeader)

Indicates whether the current object equals to another object of the same type.

Declaration
public static bool operator ==(SbeHeader left, SbeHeader right)
Parameters
Type Name Description
SbeHeader left
SbeHeader right
Returns
Type Description
bool

operator !=(SbeHeader, SbeHeader)

Indicates whether the current object does not equal another object of the same type.

Declaration
public static bool operator !=(SbeHeader left, SbeHeader right)
Parameters
Type Name Description
SbeHeader left
SbeHeader right
Returns
Type Description
bool

Implements

IEquatable<T>
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX