Uses of Interface
io.patriot_framework.generator.controll.CoapController
-
Packages that use CoapController Package Description io.patriot_framework.generator.controll io.patriot_framework.generator.device -
-
Uses of CoapController in io.patriot_framework.generator.controll
Classes in io.patriot_framework.generator.controll that implement CoapController Modifier and Type Class Description class
ActuatorCoapController
class
SensorCoapController
-
Uses of CoapController in io.patriot_framework.generator.device
Methods in io.patriot_framework.generator.device that return CoapController Modifier and Type Method Description CoapController
AbstractDevice. getCoapController()
CoapController
Device. getCoapController()
Returns CoapController for DeviceMethods in io.patriot_framework.generator.device with parameters of type CoapController Modifier and Type Method Description void
AbstractDevice. setCoapController(CoapController coapController)
void
Device. setCoapController(CoapController coapController)
Sets CoapController for Device
-