Voice Platform SDK 8.5 API Reference

TOpenMode

Syntax



typedef enum {
	SyncMode,
	AsyncMode
} TOpenMode;


Top of Page

Values

SyncMode —  Synchronous client-server communication mode. This is a blocking mode, which means the read or write function does not return to the calling process until the operation is complete and the requested data has been written into or read from the socket.

AsyncMode —  Asynchronous client-server communication mode. The asynchronous communication mode requires the use of the TScanServerEx function. To force delivery of pending messages, use TScanServerEx with the TSCAN_MODE_WRITE scanning mode. This is a nonblocking mode. In this mode, the result of the request is returned immediately after the operation is started or queued.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.