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

NAME

Ekahau::Response::AreaEstimate - A list of areas where a tracked object may be

SYNOPSIS

Contains information about the areas where a tracked object might be. This class inherits both Ekahau::Response and Ekahau::Response::AreaList, and methods from both classes can be used on this object. It's likely that the Ekahau::Response::AreaList::get and Ekahau::Response::AreaList::get_all methods will prove useful.

DESCRIPTION

Constructor

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

Methods

get_props ( @which_props )

Gets the properties of the first Ekahau::Area object in the list, using Ekahau::Area::get_props. This convenience method is provided because the first area is the most likely location of the device, and because it's common to request only one area.

get_prop ( $which_prop )

Gets the properties of the first Ekahau::Area object in the list, using Ekahau::Area::get_prop. This convenience method is provided because the first area is the most likely location of the device, and because it's common to request only one area.

type ( )

Returns the string AreaEstimate, to identify the type of this object. Note that subclasses of this class will override this method, returning their own type string.

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.