메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | bool |
public Parse ( string filePath ) : void | ||
filePath | string | The path to the file to be parsed. |
리턴 | void |