C# Class HomeAutomation.DeviceNetwork.XBee.FrameProcessor.IODataSampleFrameProcessor

Processes the IO data samples coming from the XBee network.
Inheritance: IXBeeFrameProcessor
Mostrar archivo Open project: moszinet/HomeAutomation

Public Methods

Method Description
ProcessFrame ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame frame ) : void

Private Methods

Method Description
AskForDeviceType ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame remoteFrame ) : void
StartRegisteringUnknownDevice ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame frame ) : void

Method Details

ProcessFrame() public method

public ProcessFrame ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame frame ) : void
deviceNetwork XBeeDeviceNetwork
frame IXBeeFrame
return void