Datasnap.DSServer.TDSCallbackTunnelState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSCallbackTunnelState = (ctsWaitingOnServer, ctsWaitingForClient);

C++

enum DECLSPEC_DENUM TDSCallbackTunnelState : unsigned char { ctsWaitingOnServer, ctsWaitingForClient };

Properties

Type Visibility Source Unit Parent
enum public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer Datasnap.DSServer

Description

Enumerates the states a heavyweight callback tunnel can be in.

TDSCallbackTunnelState enumerates the two possible states a heavyweight callback tunnel can be in:

  • ctsWaitingOnServer signifies the client is waiting for a message from the server.
  • ctsWaitingForClient signifies the server is waiting for a reply from the client.

See Also