Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.HLE.Comms Namespaces
Demo3D.HLE.Comms.Telegram
FixedFormat Class
FixedFormat Methods
AddSegment Method
Build Method
InsertSegment Method
ProcessInboundTelegram Method
ProcessInboundTelegramToSegments Method
ProcessOutboundTelegram Method
ProcessSegmentsToOutboundTelegram Method
RemoveSegment Method
ReplaceSegments Method
FixedFormat Methods
The
FixedFormat
type exposes the following members.
Methods
Name
Description
AddSegment
Adds and appends a new
TelegramFormatSegment
.
(Overrides
TelegramFormat
AddSegment(TelegramFormatSegment)
.)
Build
Builds the format into a usable data type.
(Overrides
TelegramFormat
Build
.)
CreateInstance
Creates an instance of the format data type, i.e., a formatted telegram.
(Inherited from
TelegramFormat
.)
FindSegment
Returns an identified
TelegramFormatSegment
, or null.
(Inherited from
TelegramFormat
.)
GetDataType
Gets the built data type representing the format.
(Inherited from
TelegramFormat
.)
InsertSegment
Inserts a new
TelegramFormatSegment
at the specified index.
(Overrides
TelegramFormat
InsertSegment(TelegramFormatSegment, Int32)
.)
ProcessInboundTelegram
Processes an inbound telegram.
(Overrides
TelegramFormat
ProcessInboundTelegram(BufferSegment)
.)
ProcessInboundTelegramToSegments
Processes an inbound telegram into its segments.
(Overrides
TelegramFormat
ProcessInboundTelegramToSegments(BufferSegment)
.)
ProcessOutboundTelegram
Processes an outbound telegram.
(Overrides
TelegramFormat
ProcessOutboundTelegram(BufferSegment)
.)
ProcessSegmentsToOutboundTelegram
Processes telegram segments into an outbound telegram.
(Overrides
TelegramFormat
ProcessSegmentsToOutboundTelegram(IList
BufferSegment
)
.)
RemoveSegment
Removes a
TelegramFormatSegment
by name.
(Overrides
TelegramFormat
RemoveSegment(String)
.)
ReplaceSegments
Replace all current segments with the provided.
(Overrides
TelegramFormat
ReplaceSegments(IEnumerable
TelegramFormatSegment
)
.)
ToString
Returns a string that represents the current object.
(Inherited from
TelegramFormat
.)
Top
See Also
Reference
FixedFormat Class
Demo3D.HLE.Comms.Telegram Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com