A small class to encapsulate the data received from a streaming client.
More...
|
| | StreamMessage () |
| | Constructor More...
|
| |
| void | Set (EndPoint endpoint, byte[] byary, int i32Length) |
| | Populates this object with data, only for the background thread. More...
|
| |
| void | Get (out EndPoint endpoint, out byte[] byary, out int i32Length) |
| | Retrieve the data encapsulated in this object. Only use this in the call-back method. More...
|
| |
A small class to encapsulate the data received from a streaming client.
| Opto22.StreamsHelper.StreamMessage.StreamMessage |
( |
| ) |
|
| void Opto22.StreamsHelper.StreamMessage.Get |
( |
out EndPoint |
endpoint, |
|
|
out byte[] |
byary, |
|
|
out int |
i32Length |
|
) |
| |
Retrieve the data encapsulated in this object. Only use this in the call-back method.
- Parameters
-
| endpoint | Source of this data. |
| byary | Byte array received. |
| i32Length | Length of the data received. |
| void Opto22.StreamsHelper.StreamMessage.Set |
( |
EndPoint |
endpoint, |
|
|
byte[] |
byary, |
|
|
int |
i32Length |
|
) |
| |
Populates this object with data, only for the background thread.
- Parameters
-
| endpoint | Source of the data. |
| byary | The byte array received. |
| i32Length | Length of received data. |
The documentation for this class was generated from the following file: