Click or drag to resize

IUdpIOServiceReadAsync Method

Gets a data buffer for reading.

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
Task<UdpPacketReader> ReadAsync()

Return Value

Type: TaskUdpPacketReader
An UdpPacketReader that contains the data read.
See Also