Click or drag to resize

ConfigurationFrame1Draft6 Methods

The ConfigurationFrame1Draft6 type exposes the following members.

Methods
  Name Description
Protected method AppendChecksum Appends checksum onto buffer starting at startIndex.
(Inherited from ChannelFrameBaseT)
Protected method CalculateChecksum Calculates checksum of given buffer.
(Inherited from ConfigurationFrame1)
Protected method ChecksumIsValid Determines if checksum in the buffer is valid.
(Inherited from ChannelFrameBaseT)
Public method Clone Creates a copy of this ConfigurationFrame1.
(Inherited from ConfigurationFrame1)
Public method CompareTo(IFrame) Compares the ChannelFrameBaseT with an IFrame.
(Inherited from ChannelFrameBaseT)
Public method CompareTo(Object) Compares the ChannelFrameBaseT with the specified Object.
(Inherited from ChannelFrameBaseT)
Public method Equals(IFrame) Determines whether the specified IFrame is equal to the current ChannelFrameBaseT.
(Inherited from ChannelFrameBaseT)
Public method Equals(Object) Determines whether the specified Object is equal to the current ChannelFrameBaseT.
(Inherited from ChannelFrameBaseT)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ChannelBase)
Protected method GenerateBodyImage Generates the binary body image and copies it into the given buffer, for BodyLength bytes.
(Inherited from BinaryImageBase)
Protected method GenerateFooterImage Generates the binary footer image and copies it into the given buffer, for FooterLength bytes.
(Inherited from BinaryImageBase)
Protected method GenerateHeaderImage Generates the binary header image and copies it into the given buffer, for HeaderLength bytes.
(Inherited from BinaryImageBase)
Public method GetHashCode Returns the hash code for this instance.
(Inherited from ChannelFrameBaseT)
Public method GetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ConfigurationFrame1)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ParseBinaryImage Parses the binary image.
(Inherited from ChannelFrameBaseT)
Protected method ParseBodyImage Parses the binary body image.
(Inherited from ChannelFrameBaseT)
Protected method ParseFooterImage Parses the binary footer image.
(Inherited from ConfigurationFrame1)
Protected method ParseHeaderImage Parses the binary header image.
(Inherited from ConfigurationFrame1)
Public method SetNominalFrequency Sets a new nominal LineFrequency for all IFrequencyDefinition elements of each IConfigurationCell in the Cells collection.
(Inherited from ConfigurationFrameBase)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also