LBeepAttachment is a PowerPlant class that is used for beeping when a message is received.
Methods :
The methods in this class are:
Data Members:
There are no data members in this class.
Operation:
This object is a simple Attachment designed to respond to any message you indicate, typically a click message. When you create the object with LBeepAttachment(), you specify the message to which you want the Attachment to respond. When attached to any host, this Attachment beeps when the appropriate message is received.
Source files:
See also:
Purpose:
The constructor for this object is a placeholder.
Access:
Prototype:
LBeepAttachment( MessageT inMessage,
Boolean inExecuteHost ) ;
LBeepAttachment( LStream *inStream);Parameters:
The parameters for these constructors are:
Purpose:
This method beeps using SysBeep(). This is an override of ExecuteSelf() in LAttachment.