Dart Tcp, Daemon, Udp Controls
Project Overview
Description
Dart Tcp, Daemon, Udp Controls
Classes
Class ModuleDescription
DartStreamUse the DartStream Object to manage a streamed buffer to/from memory or a file.
Public Enumerations
EnumerationDescription
ErrorConstants

Errors are reported to the application with the error object and by firing the Error event. ErrorConstants fall into two classes: design-time errors and run-time errors. The Error event always fires when any error occurs. When Timeout is 0, however, run-time errors are not thrown back to the container. This allows applications that use only non-blocking operation to localize all error handling in the Error event. To summarize:

Timeout is 0 (non-blocking). All errors are reported via the Error event. Only errors classified as design time errors are also reported back from methods using the error object.

Timeout is not 0 (blocking). All errors are reported via the Error event. All errors occurring within the scope of a method are reported back to the container using the error object.

Errors are marked as INFO or FATAL. An INFO error does not affect the State property. A FATAL error performs an Abort and releases all resources.

FileModeConstantsEnumerates values of the FileMode property.

PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic