Contents Index ULStreamErrorCode enumeration ULStreamErrorID enumeration

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference

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

Contents Index ULStreamErrorCode enumeration ULStreamErrorID enumeration