lighting_dev.h 418 B

123456789101112131415
  1. /******************************************************************
  2. *
  3. * uEcho for C
  4. *
  5. * Copyright (C) Satoshi Konno 2015
  6. *
  7. * This is licensed under BSD-style license, see file COPYING.
  8. *
  9. ******************************************************************/
  10. #include <uecho/node.h>
  11. uEchoObject* uecho_light_new(void);
  12. bool uecho_light_delete(uEchoObject* obj);
  13. void uecho_light_printrequest(uEchoMessage* msg);