|
|
|
|
An application can have multiple function calls in progress on a single session, either by using multiple threads OR by making asynchronous function calls. The following restrictions apply:
If an lu0_init is pending, only an lu0_term call is allowed.
Only one lu0_read and one lu0_write may be pending at a time.
If an lu0_term is pending, no other function calls are allowed.
An application can use multiple sessions without restriction.
|
|
|
|
|