|
OptoMMP3
|
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... | |
A small class encapsulating the data received from a streaming client.
| Opto22.StreamsHelper.StreamMessage.StreamMessage | ( | ) |
Constructor
| 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.
| endpoint | Source of this data. |
| byary | Byte 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.
| endpoint | Source of the data. |
| byary | The byte array received. |
| i32Length | Length of received data. |