Server::HandleSwdRequest

Server::HandleSwdRequest
bool HandleSwdRequest(const MessageSwdRequest* message);
Description

HandleSwdRequest handles the request to load the SWD file. The AMP server has no knowledge of the SWD format but the SWD may be located on the server computer and not the client. Therefore the server first tries to load the SWD locally. If it succeeds, it sends the data, without parsing the file, to the client. If no SWD is found, then it sends the file name for the requested SWD handle.

Parameters
Parameters 
Description 
const MessageSwdRequest* message 
A SWD file request message. 
Return Value

A Boolean value of true if the request is handled otherwise false.