Click or drag to resize

IMessageNotifyService Interface

Protocol message stream service.

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

The IMessageNotifyService type exposes the following members.

Properties
  NameDescription
Public propertyHeaderSize
Gets the message header size.
(Inherited from IMessageService.)
Public propertyPduSize
Gets the PDU size.
(Inherited from IMessageService.)
Top
Methods
  NameDescription
Public methodWriteAsync
Writes data.
(Inherited from IMessageService.)
Public methodWriteToAsync
Writes data.
(Inherited from IMessageService.)
Top
Events
  NameDescription
Public eventOnMessageReceived
Occurs when a message is received.
Top
Extension Methods
  NameDescription
Public Extension MethodWrite
Writes data.
(Defined by MessageService.)
Top
See Also