Constructs a Message.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntaxpublic MessageFrom(
ArraySegment<byte> data,
IPEndPoint? remoteEndPoint,
RealTime timestamp = default
)
Parameters
- data
- Type: SystemArraySegmentByte
The received data. - remoteEndPoint
- Type: System.NetIPEndPoint
Remote end point. - timestamp (Optional)
- Type: Demo3D.TimeRealTime
Optional timestamp.
See Also