OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
SimpleOpenFramingHeader Class Reference

Public Member Functions

void setup (UInt16 sz) noexcept
void size (UInt16 val) noexcept
UInt16 size () const noexcept
UInt16 encoding () const noexcept

Detailed Description

Definition at line 33 of file SimpleOpenFramingHeader.h.

Member Function Documentation

◆ encoding()

UInt16 encoding ( ) const
inlinenoexcept
Returns
the encoding type.

Definition at line 56 of file SimpleOpenFramingHeader.h.

◆ setup()

void setup ( UInt16 sz)
inlinenoexcept

Initializes the header.

Definition at line 37 of file SimpleOpenFramingHeader.h.

◆ size() [1/2]

UInt16 size ( ) const
inlinenoexcept
Returns
the size

Definition at line 50 of file SimpleOpenFramingHeader.h.

◆ size() [2/2]

void size ( UInt16 val)
inlinenoexcept

Sets the size.

Definition at line 44 of file SimpleOpenFramingHeader.h.