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

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