InetSendRsp method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendRsp (InetCmdType Command, long nCommandID, ILEADRasterInetPacket Params, long nExtraDataSize, ILEADRasterVariant * ExtraData, short nStatus);

Overview

Refer to Sending Commands and Responses

Remarks

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

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

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

See Also

Elements:

InetSendCmd method, InetReceiveCmd event, InetReceiveRsp event

Topics:

Working with Internet Functionality: Response Messages

 

Client-Server Diagram: Sending Commands and Responses