Property | Type | Description | |
---|---|---|---|
CreateNewDefinition | IDigitalDefinition | ||
ParseConversionFactor | int |
Method | Description | |
---|---|---|
DigitalDefinition ( GSF.PhasorProtocols.IEEE1344.ConfigurationCell parent, string label ) : System |
Creates a new DigitalDefinition from specified parameters.
|
|
DigitalDefinition ( IConfigurationCell parent ) : System |
Creates a new DigitalDefinition.
|
|
GetObjectData ( |
Populates a SerializationInfo with the data needed to serialize the target object.
|
Method | Description | |
---|---|---|
DigitalDefinition ( |
Creates a new DigitalDefinition from serialization parameters.
|
Method | Description | |
---|---|---|
CreateNewDefinition ( IConfigurationCell parent, byte buffer, int startIndex, int &parsedLength ) : IDigitalDefinition | ||
ParseConversionFactor ( byte buffer, int startIndex ) : int |
Parses conversion factor image from the specified buffer.
|
public DigitalDefinition ( GSF.PhasorProtocols.IEEE1344.ConfigurationCell parent, string label ) : System | ||
parent | GSF.PhasorProtocols.IEEE1344.ConfigurationCell | The |
label | string | The label of this |
return | System |
public DigitalDefinition ( IConfigurationCell parent ) : System | ||
parent | IConfigurationCell | The |
return | System |
protected DigitalDefinition ( |
||
info | The |
|
context | The source |
|
return | System |
public GetObjectData ( |
||
info | The |
|
context | The destination |
|
return | void |