ThomArmax/QtXBee

Create an abstract XBee class

ThomArmax opened this issue · 0 comments

Create an abstract XBee class (AsbtractXBee or something like this), in order to be able to create several types of XBee devices like:

  • XBee (the local XBee module)
  • RemoteXBee (a remote XBee module)
  • EndDeviceXBee (maybe)
  • CoordinatorXBee (maybe)

with a common interface