I want server peripheral get time from client central device, How can I do it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want server peripheral get time from client central device, How can I do it?
Hi,
you can try getServerPeripheralTimeFromClientToCentral() function.
Just kidding but you should really try to include more information in your questions. You will be able to do this by searching the huge amount of threads related to sending data in the forum :)
Bye.
That would be great If we really have that function. well, I am new in this, in my program, I use Keyfob as a two switch input device, and use EB as a client to display the state. I also want to use keyfob to save the time when I press the button, before saving the history, I have to use EB to setup the real time. So I want to know that if Keyfob can read the time of EB.
In several platforms it exists the "getmillis()" function or similar.
Look for it. With the examples in the forum, it should be fairly easy :) There are examples of how to send 1-byte and 2-bytes values. Go for it!