Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference

ULStreamErrorCode enumeration Next Page

ULStreamErrorContext enumeration


The ULStreamErrorContext constants identify constants you can use to specify ULStreamErrorContext. The ULStreamErrorContext is the network operation performed when the stream error happens.

Constant

Value

ulStreamErrorContextUnknown

0

ulStreamErrorContextRegister

1

ulStreamErrorContextUnregister

2

ulStreamErrorContextCreate

3

ulStreamErrorContextDestroy

4

ulStreamErrorContextOpen

5

ulStreamErrorContextClose

6

ulStreamErrorContextRead

7

ulStreamErrorContextWrite

8

ulStreamErrorContextWriteFlush

9

ulStreamErrorContextEndWrite

10

ulStreamErrorContextEndRead

11

ulStreamErrorContextYield

12

ulStreamErrorContextSoftshutdown

13