nn::nex::DirectStream::Data Structure

Syntax

struct Data : public nn::nex::RootObject
{
   StationID id;
   StreamType type;
   SubStreamID subStreamID;
   RefBuffer buffer;
};

Description

Receive information in DirectStream.

Member Variables

id The StationID of the sender.
type Communication type.
subStreamID The SubStreamID during reliable communication.
buffer Receive buffer

Inheritance Hierarchy

nn::nex::RootObject
  nn::nex::DirectStream::Data

Revision History

2012/10/04
Changed the id type from ConnectionID to StationID.
2012/04/10
Initial version.

CONFIDENTIAL