C# Class plugwiseLib.BLL.BPC.PlugwiseReader

Afficher le fichier Open project: GreenCodeLab/Tool-GreenPlugwise

Méthodes publiques

Méthode 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 méthode

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

Read() public méthode

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
Résultat List