Click or drag to resize

IMessageService Interface

Protocol message stream service.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public interface IMessageService

The IMessageService type exposes the following members.

Properties
 NameDescription
Public propertyHeaderSize Gets the message header size.
Public propertyPduSize Gets the PDU size.
Top
Methods
 NameDescription
Public methodWriteAsync Writes data.
Public methodWriteToAsync Writes data.
Top
Extension Methods
 NameDescription
Public Extension MethodWrite Writes data.
(Defined by MessageService)
Top
See Also