flora icon indicating copy to clipboard operation
flora copied to clipboard

The lightweight IPC library which supports PUB/SUB for embedded device.

Results 1 flora issues
Sort by recently updated
recently updated
newest added

Hi Guru, In function com_rokid_flora_Client_native_get(), there is: int32_t r = nh->cli->get(namestr, cmsg ? cmsg->caps : t, nreps, timeout); but I can not find function get() in class Client. would you...