Click or drag to resize

AlignedFormat Methods

The AlignedFormat type exposes the following members.

Methods
 NameDescription
Public methodAddSegment Adds and appends a new TelegramFormatSegment.
(Overrides TelegramFormatAddSegment(TelegramFormatSegment))
Public methodBuild Builds the format into a usable data type.
(Overrides TelegramFormatBuild)
Public methodCreateInstance Creates an instance of the format data type, i.e., a formatted telegram.
(Inherited from TelegramFormat)
Public methodFindSegment Returns an identified TelegramFormatSegment, or null.
(Inherited from TelegramFormat)
Public methodGetDataType Gets the built data type representing the format.
(Inherited from TelegramFormat)
Public methodInsertSegment Inserts a new TelegramFormatSegment at the specified index.
(Overrides TelegramFormatInsertSegment(TelegramFormatSegment, Int32))
Public methodProcessInboundTelegram Processes an inbound telegram.
(Overrides TelegramFormatProcessInboundTelegram(BufferSegment))
Public methodProcessInboundTelegramToSegments Processes an inbound telegram into its segments.
(Overrides TelegramFormatProcessInboundTelegramToSegments(BufferSegment))
Public methodProcessOutboundTelegram Processes an outbound telegram.
(Overrides TelegramFormatProcessOutboundTelegram(BufferSegment))
Public methodProcessSegmentsToOutboundTelegram Processes telegram segments into an outbound telegram.
(Overrides TelegramFormatProcessSegmentsToOutboundTelegram(IListBufferSegment))
Public methodRemoveSegment Removes a TelegramFormatSegment by name.
(Inherited from TelegramFormat)
Public methodReplaceSegments Replace all current segments with the provided.
(Overrides TelegramFormatReplaceSegments(IEnumerableTelegramFormatSegment))
Public methodToStringReturns a string that represents the current object.
(Inherited from TelegramFormat)
Top
Extension Methods
 NameDescription
Public Extension MethodAlign Aligns data with fill bytes.
(Defined by IAlignedExtensions)
Public Extension MethodUnalign Unaligns data. Returns data with fill bytes removed.
(Defined by IAlignedExtensions)
Top
See Also