COROIO: NNet::NActors::THeader Struct Reference
COROIO
 
Loading...
Searching...
No Matches
NNet::NActors::THeader Struct Reference

Wire header prepended to every remote actor message. More...

#include <actorid.hpp>

Public Attributes

TActorId Sender
 Originating actor.
 
TActorId Recipient
 Destination actor.
 
TMessageId MessageId = 0
 Message type discriminator.
 
uint32_t Size = 0
 Payload size in bytes.
 

Detailed Description

Wire header prepended to every remote actor message.

Written as a fixed-size prefix before the serialized payload. Size is the byte length of the payload that follows.


The documentation for this struct was generated from the following file: