cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, what is callback in ZbPersistNotifyRegister and ZbSetLogging functions and how I can use it?

Maxim Shylo
Associate II

bool

ZbPersistNotifyRegister(struct ZigBeeT *zb, void (*callback)(struct ZigBeeT *zb, void *cbarg), void *cbarg);

void

ZbSetLogging(struct ZigBeeT *zb, uint32_t mask,

  void (*func)(struct ZigBeeT *zb, uint32_t mask, const char *hdr, const char *fmt, va_list argptr));

1 REPLY 1