SIO_select
Application Program Interface
2-409
Constraints and
Calling Context
❏
streamtab must contain handles of type SIO_Handle returned from
prior calls to SIO_create.
❏
streamtab[] is an array of streams; streamtab[i] corresponds to bit
position i in mask.
❏
SIO_select cannot be called from an HWI.
❏
SIO_select can only be called from a SWI if the timeout value is zero.
See Also