Net::Peep::Data::Notice


NAME

Net::Peep::Data::Notice - Perl extension representing a client notice which is sent from a Peep client to server to indicate a state or event.


SYNOPSIS

  use Net::Peep::Data::Notice;


DESCRIPTION

See the Net::Peep::Data class for detailed information regarding Peep data classes.

ATTRIBUTES

  host
  client
  type
  sound
  flags
  location
  priority
  volume
  dither
  metric
  data
  date
  level

HANDLERS

None.

METHODS

  getContentEvent() - Returns a packed string which represents a 
  CONTENT_EVENT structure to the Peep server.


AUTHOR

Collin Starkweather Copyright (C) 2001


SEE ALSO

perl(1), peepd(1), Net::Peep::Data

http://peep.sourceforge.net

 Net::Peep::Data::Notice