C# Class plugwiseLib.BLL.BPC.PlugwiseReader

ファイルを表示 Open project: GreenCodeLab/Tool-GreenPlugwise

Public Methods

Method Description
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

Method Details

PlugwiseReader() public method

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

Read() public method

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
return List