Click or drag to resize

Telegrams Class

The central point for telegram comms.
Inheritance Hierarchy
SystemObject
  Demo3D.HLE.Comms.TelegramTelegrams

Namespace: Demo3D.HLE.Comms.Telegram
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public sealed class Telegrams : IDisposable

The Telegrams type exposes the following members.

Properties
 NameDescription
Public propertyAllFormats All formats for this document.
Top
Methods
 NameDescription
Public methodFindFormat Tries to find a TelegramFormat based on a given name.
Public methodRegisterFormat Registers a TelegramFormat.
Public methodUnregisterFormat Unregisters a TelegramFormat.
Top
Events
 NameDescription
Public eventFormatRegistered Raised when a TelegramFormat is registered.
Public eventFormatUnregistered Raised when a TelegramFormat is unregistered.
Top
See Also