Page 1 of 1
razberry c-library doc
Posted: 30 Aug 2015 00:27
by Bernd
Hello,
is there any better documentation about the c-library api ? especially structure of zway-object and function reference ? the demo program and header-files dont say enough.
regards
Re: razberry c-library doc
Posted: 31 Aug 2015 11:33
by PoltoS
ZWayLib.h explains quite a lot. Isn't it enough? You should also see JS doc (zwayDev.pdf) - function description is same.
There is no description of zway object at all as it is just a reference to our internal structures - you don't need to look inside
Re: razberry c-library doc
Posted: 20 Sep 2015 17:38
by Bernd
laborious way to translate js to c - the c-api documentation is an imposition
Re: razberry c-library doc
Posted: 20 Sep 2015 23:30
by pofs
We have more JS API users, so yes, C API is less documented.
But the JS function documentation is actually automatically generated from C headers' comments, that's why they're pretty much the same. ZWay startup/shutdown code is shown in demo program, all other operations are matching those in JS.