SYNOPSIS

    use Net::Hotline::TrackerListItem;

    $file = new Net::Hotline::TrackerListItem;

    $file->address("hotline.foo.com");
    $file->port(5500);
    ...

DESCRIPTION

Net::Hotline::TrackerListItem is a simple class for storing and retrieving tracked server information, You should never have to create your own Net::Hotline::TrackerListItem objects when using Net::Hotline::Client. Getting and (to a lesser extent) setting attributes is all that should be necessary.

CONSTRUCTION

new \s-1ADDRESS\s0, \s-1PORT\s0, \s-1NUM_USERS\s0, \s-1NAME\s0, \s-1DESCRIPTION\s0

With exactly five arguments, creates a new Net::Hotline::TrackerListItem object with all attributes set. With no arguments, creates a new Net::Hotline::TrackerListItem object with all attributes set to undef.

METHODS

All the Net::Hotline::TrackerListItem methods are simple attribute get/set routines. If given an argument, they set an attribute. In all cases, they return the current value of the attribute.

address \s-1TEXT\s0

The \s-1IP\s0 address of the server.

port \s-1NUM\s0

The port the server is running on.

num_users \s-1NUM\s0

The (claimed) number of users connected to the server.

name \s-1TEXT\s0

The server name, as set by the server administrator (i.e. \*(L"Ambrosia Software\*(R" or \*(L"Myth Central\*(R")

description \s-1TEXT\s0

The server description, as set by the server administrator.

AUTHOR

John C. Siracusa ([email protected])

COPYRIGHT

Copyright(c) 1999 by John Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.