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
|
public Read ( string serialData ) : List |
||
serialData | string | A string array containing the data received by the serial port |
return | List |