Simple Open Framing Header (SOFH).
Assembly: OnixS.SimpleBinaryEncoding.dll
public struct SimpleOpenFramingHeader : IEquatable<SimpleOpenFramingHeader>
Properties
Declaration
public ushort EncodingType { readonly get; set; }
Property Value
Declaration
public ushort MessageLength { readonly get; set; }
Property Value
Methods
Indicates whether the current object equals another object of the same type.
Declaration
public bool Equals(SimpleOpenFramingHeader other)
Parameters
Returns
Indicates whether the current object equal another object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
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 equals another object of the same type.
Declaration
public static bool operator ==(SimpleOpenFramingHeader left, SimpleOpenFramingHeader right)
Parameters
Returns
Indicates whether the current object does not equal another object of the same type.
Declaration
public static bool operator !=(SimpleOpenFramingHeader left, SimpleOpenFramingHeader right)
Parameters
Returns
Implements