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

Processes the IO data samples coming from the XBee network.
Inheritance: IXBeeFrameProcessor
Afficher le fichier Open project: moszinet/HomeAutomation

Méthodes publiques

Méthode Description
ProcessFrame ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame frame ) : void

Private Methods

Méthode Description
AskForDeviceType ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame remoteFrame ) : void
StartRegisteringUnknownDevice ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame frame ) : void

Method Details

ProcessFrame() public méthode

public ProcessFrame ( XBeeDeviceNetwork deviceNetwork, IXBeeFrame frame ) : void
deviceNetwork XBeeDeviceNetwork
frame IXBeeFrame
Résultat void