C# 클래스 plugwiseLib.BLL.BPC.PlugwiseReader

파일 보기 프로젝트 열기: GreenCodeLab/Tool-GreenPlugwise

공개 메소드들

메소드 설명
PlugwiseReader ( ) : System

Constructor for the Plugwise Reader class. This class reads all the received plugwise messages and returns the appropriate messages

Read ( string serialData ) : List

This method reads the serial data and performs a conversion to a message object

메소드 상세

PlugwiseReader() 공개 메소드

Constructor for the Plugwise Reader class. This class reads all the received plugwise messages and returns the appropriate messages
public PlugwiseReader ( ) : System
리턴 System

Read() 공개 메소드

This method reads the serial data and performs a conversion to a message object
public Read ( string serialData ) : List
serialData string A string array containing the data received by the serial port
리턴 List