j
k
j a
j l
On 01-04-21, 14:43, Alex Bennée wrote:
... /* Parse clients <client_addr>[:<client_addr>] entries one by one */ Then this would be: **dev = g_strsplit(cp[i], ":", 2);
/* Parse clients <client_addr>[:<client_addr>] entries one by one */
/* Parse clients <client_addr>[:<client_addr>] entries one by
one */
Then this would be:
**dev = g_strsplit(cp[i], ":", 2);
There can be any number of client devices present for a bus, not just 2.
Back to the thread
Back to the list