| Author |
Message |
|
| vances at motivity.ca |
Posted: Sun Aug 17, 2003 10:12 am |
|
|
|
Guest
|
.../R9C/erts-5.3/doc/html/erl_driver.html
In the documentation for the driver_select() function it says:
"The mode parameter can be either ON_READ or ON_WRITE"
However in the erl_driver.h header file it's actually DO_READ
and DO_WRITE:
/* Values for mode arg to driver_select() */
#define DO_READ (1 << 0)
#define DO_WRITE (1 << 1)
#ifdef _OSE_
#define DO_START (1 << 2)
#define DO_STOP (1 << 3)
#endif /* _OSE_ */
Vance Shipley
Motivity Telecom Inc.
+1 519 240 3684
vances_at_motivity.ca
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|