Méthode | Description | |
---|---|---|
CanParse ( string filePath, System.DateTime fileCreationTime ) : bool |
Determines whether the file can be parsed at this time.
|
|
Parse ( string filePath ) : void |
Parses the file into a meter data set per meter contained in the file.
|
|
SELEVEReader ( ) : System |
Creates a new instance of the SELEVEReader class.
|
Méthode | Description | |
---|---|---|
MakeParsedAnalog ( |
||
MakeParsedAnalog ( |
||
MakeParsedDigital ( |
||
MakeParsedDigital ( |
public CanParse ( string filePath, System.DateTime fileCreationTime ) : bool | ||
filePath | string | The path to the file to be parsed. |
fileCreationTime | System.DateTime | The time the file was created. |
Résultat | bool |
public Parse ( string filePath ) : void | ||
filePath | string | The path to the file to be parsed. |
Résultat | void |