Метод | Описание | |
---|---|---|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
Метод | Описание | |
---|---|---|
DataCellBase ( IDataFrame parent, IConfigurationCell configurationCell, ushort statusFlags, int maximumPhasors, int maximumAnalogs, int maximumDigitals ) : System |
Creates a new DataCellBase from specified parameters.
|
|
DataCellBase ( |
Creates a new DataCellBase from serialization parameters.
|
|
ParseBodyImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary body image.
|
Метод | Описание | |
---|---|---|
IDataCell ( ) : IMeasurement |
protected DataCellBase ( IDataFrame parent, IConfigurationCell configurationCell, ushort statusFlags, int maximumPhasors, int maximumAnalogs, int maximumDigitals ) : System | ||
parent | IDataFrame | The reference to parent |
configurationCell | IConfigurationCell | The |
statusFlags | ushort | The default status flags to apply to 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 |
Результат | System |
protected DataCellBase ( |
||
info | The |
|
context | The source |
|
Результат | System |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
Результат | 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 |
Результат | int |