Method | Description | |
---|---|---|
FrequencyDefinition ( GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell parent, string label ) : System |
Creates a new FrequencyDefinition from specified parameters.
|
|
FrequencyDefinition ( IConfigurationCell parent ) : System |
Creates a new FrequencyDefinition.
|
Method | Description | |
---|---|---|
FrequencyDefinition ( |
Creates a new FrequencyDefinition from serialization parameters.
|
|
ParseBodyImage ( byte buffer, int startIndex, int length ) : int |
Parses the binary body image. The base implementation assumes that all channel definitions begin with a label as this is the general case, override functionality if this is not the case. |
Method | Description | |
---|---|---|
CreateNewDefinition ( IConfigurationCell parent, byte buffer, int startIndex, int &parsedLength ) : IFrequencyDefinition |
public FrequencyDefinition ( GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell parent, string label ) : System | ||
parent | GSF.PhasorProtocols.IEEEC37_118.ConfigurationCell | The |
label | string | The label of this |
return | System |
public FrequencyDefinition ( IConfigurationCell parent ) : System | ||
parent | IConfigurationCell | The |
return | System |
protected FrequencyDefinition ( |
||
info | The |
|
context | The source |
|
return | System |
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 |