The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ekahau::Response::StopAreaTrackOK - Indicates a "stop area track" command succeeded.

SYNOPSIS

This object is returned in response to a "stop area track" command, and indicates that the command succeeded. If the command fails, an Ekahau::Response::Error object will be returned instead.

DESCRIPTION

Constructor

Generally you will not want to construct these objects yourself; they are created by Ekahau::Response, and use its constructor.

Methods

type ( )

Returns the string StopAreaTrackOK, to identify the type of this object.

AUTHOR

Scott Gifford <gifford@umich.edu>, <sgifford@suspectclass.com>

Copyright (C) 2005 The Regents of the University of Michigan.

See the file LICENSE included with the distribution for license information.

SEE ALSO

Ekahau::Response, Ekahau::Base, Ekahau::Response::Error.