Click or drag to resize

TelegramFormatSelector Class

Determines how a TelegramFormat is selected for an inbound or outbound telegram.
Inheritance Hierarchy
SystemObject
  Demo3D.HLE.Comms.TelegramTelegramFormatSelector

Namespace: Demo3D.HLE.Comms.Telegram
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public class TelegramFormatSelector

The TelegramFormatSelector type exposes the following members.

Constructors
 NameDescription
Public methodTelegramFormatSelector Constructs a new TelegramFormatSelector.
Top
Methods
 NameDescription
Public methodSelectInboundTelegramFormat Selects the appropriate TelegramFormat, or null.
Public methodSelectInboundTelegramFormats Selects the appropriate pairs of TelegramFormat and corresponding telegram data, or null.
Public methodSelectOutboundTelegramFormat Selects the appropriate TelegramFormat for an outbound telegram value, or null.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also