InetSendSetRectRsp method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendSetRectRsp (long nCommandID, long nExtraDataSize, ILEADRasterVariant * ExtraData, short nStatus);

Overview

Refer to Sending Commands and Responses

Remarks

(Internet only) Sends a set rectangle response to a remote computer.

This method sends a response to a set rectangle command that was sent from a remote computer using the InetSendSetRectCmd method.

When a command request is received from a remote computer, the InetReceiveCmd event is triggered.

See Also

Elements:

InetSendSetRectCmd method, InetReceiveCmd event, InetReceiveRsp event

Topics:

Working with Internet Functionality: Response Messages

 

Client-Server Diagram: Sending Commands and Responses