C# Класс plugwiseLib.BLL.BPC.PlugwiseReader

Показать файл Открыть проект

Открытые методы

Метод Описание
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