Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.Net Namespaces
Demo3D.Net
IPacketIOService Interface
IPacketIOService Methods
ReadAsync Method
Write Method
IPacketIOService
ReadAsync Method
Gets a data buffer for reading.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
Copy
Task
<
IPacketReader
>
ReadAsync
(
bool
sync
)
Parameters
sync
Type:
System
Boolean
If true, the Task returned is guaranteed to be complete.
Return Value
Type:
Task
IPacketReader
A
IPacketReader
that contains the data read.
See Also
Reference
IPacketIOService Interface
Demo3D.Net Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com