C# Class MosziNet.Devices.XBee.MosziServerRoomDevice

Inheritance: RelayDeviceBase, IXBeeDevice
显示文件 Open project: moszinet/HomeAutomation

Public Methods

Method Description
MosziServerRoomDevice ( ) : System

Override base constructor specifying the XBee pins where the relays are connected

ProcessFrame ( IXBeeFrame frame ) : void

Method Details

MosziServerRoomDevice() public method

Override base constructor specifying the XBee pins where the relays are connected
public MosziServerRoomDevice ( ) : System
return System

ProcessFrame() public method

public ProcessFrame ( IXBeeFrame frame ) : void
frame IXBeeFrame
return void