Method | Description | |
---|---|---|
CompareTo ( IConfigurationCell other ) : int |
Compares this instance to a specified IConfigurationCell object and returns an indication of their relative values.
|
|
CompareTo ( object obj ) : int |
Compares this instance to a specified object and returns an indication of their relative values.
|
|
Equals ( IConfigurationCell other ) : bool |
Returns a value indicating whether this instance is equal to specified IConfigurationCell value.
|
|
Equals ( object obj ) : bool |
Returns a value indicating whether this instance is equal to a specified object.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
|
ToString ( ) : string |
Gets the string respresentation of this ConfigurationCellBase.
|
Method | Description | |
---|---|---|
ConfigurationCellBase ( IConfigurationFrame parent, ushort idCode, int maximumPhasors, int maximumAnalogs, int maximumDigitals ) : System |
Creates a new ConfigurationCellBase from specified parameters.
|
|
ConfigurationCellBase ( |
Creates a new ConfigurationCellBase from serialization parameters.
|
|
ParseBodyImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary body image.
|
|
ParseFooterImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary footer image.
|
|
ParseHeaderImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary header image.
|
public CompareTo ( IConfigurationCell other ) : int | ||
other | IConfigurationCell | A |
return | int |
public CompareTo ( object obj ) : int | ||
obj | object | An object to compare, or null. |
return | int |
protected ConfigurationCellBase ( IConfigurationFrame parent, ushort idCode, int maximumPhasors, int maximumAnalogs, int maximumDigitals ) : System | ||
parent | IConfigurationFrame | The reference to parent |
idCode | ushort | The numeric ID code for this |
maximumPhasors | int | Sets the maximum number of phasors for the |
maximumAnalogs | int | Sets the maximum number of phasors for the |
maximumDigitals | int | Sets the maximum number of phasors for the |
return | System |
protected ConfigurationCellBase ( |
||
info | The |
|
context | The source |
|
return | System |
public Equals ( IConfigurationCell other ) : bool | ||
other | IConfigurationCell | A |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | An object to compare, or null. |
return | bool |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
return | void |
protected ParseBodyImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Binary image to parse. |
startIndex | int | Start index into |
length | int | Length of valid data within |
return | int |
protected ParseFooterImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Binary image to parse. |
startIndex | int | Start index into |
length | int | Length of valid data within |
return | int |
protected ParseHeaderImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Binary image to parse. |
startIndex | int | Start index into |
length | int | Length of valid data within |
return | int |