OptoMMP3
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Opto22.StreamsHelper.StreamMessage Class Reference

More...

Public Member Functions

 StreamMessage ()
 Constructor More...
 
void Set (EndPoint endpoint, Byte[] byary, Int32 i32Length)
 Populates this object with data, used only by the background thread inside the OptoMMPStream class. More...
 
void Get (out EndPoint endpoint, out Byte[] byary)
 Retrieve the data encapsulated in this object. Only use this in the call-back delegate. More...
 

Detailed Description

A small class encapsulating the data received from a streaming client.

Constructor & Destructor Documentation

Opto22.StreamsHelper.StreamMessage.StreamMessage ( )

Constructor

Member Function Documentation

void Opto22.StreamsHelper.StreamMessage.Get ( out EndPoint  endpoint,
out Byte[]  byary 
)

Retrieve the data encapsulated in this object. Only use this in the call-back delegate.

Parameters
endpointSource of this data.
byaryByte array received.
void Opto22.StreamsHelper.StreamMessage.Set ( EndPoint  endpoint,
Byte[]  byary,
Int32  i32Length 
)

Populates this object with data, used only by the background thread inside the OptoMMPStream class.

Parameters
endpointSource of the data.
byaryThe byte array received.
i32LengthLength of received data.

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