WireMsg StructureNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a message that is transmitted over the wire:

Namespace: NFX.Glue.Native
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public struct WireMsg
Remarks

Wire Msg gets serialized like so: +----+ | +----------------------------------------------+---------+ | +-------+ |Size| | | Frame Content | Hdrs... | | | GlueM | +----+ | +----------------------------------------------+---------+ | +-------+ ^ \----------------------+---------------------------------/ ^ | | | | | +-- Msg data (payload) , i.e. Glue message body | +----------------------------- Transport Frame with optional var length headers +-------------------------------------------------------- Total msg size 4 bytes
See Also