# Functions
From will represent header and payload as a Frame.
NewFrame initializes new frame with 12-byte header and 100-byte reserved space for the payload.
NewPipeRelay creates new pipe based data Pipe.
NewSocketRelay creates new socket based data relay.
No description provided by the author
ReadFrame produces Frame from the RAW bytes first 12 bytes will be a header the rest - payload.
ReadHeader reads only header, without payload.
No description provided by the author
No description provided by the author
# Constants
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
BYTE flags, it means, that we can set multiply flags from this group using bitwise OR For example CONTEXT_SEPARATOR | CodecRaw.
No description provided by the author
No description provided by the author
OptionsMaxSize represents header's options maximum size.
STOP command.
STREAM bit.
No description provided by the author
Version1 byte.
WORD represents 32bit word.
# Structs
Frame defines new user level package format.
Pipe ..
TransferImp communicates with underlying process using sockets (TPC or Unix).
# Interfaces
Relay provide IPC over signed payloads.