Info |
Top Previous Next |
Message
Info: <text> [<timestamp>]
Originator
Server
Details
Used for all user-oriented reports (such as the response to a WhiskerStatus call). Box control programs can safely ignore Info messages. Info messages are usually sent confirming the successful operation of commands sent to the main socket, and are therefore useful for debugging; most of these messages are not sent for commands received on the immediate socket.
SDK Control
WhiskerInfo fires (Visual Basic: calls Control_WhiskerInfo Sub), with the InfoMessage and Time parameters set to the appropriate values.
ClientLib
virtual CWhiskerTask::IncomingInfo() is called – if your task overrides this function, the override will be called with the msg and lTime parameters set to the appropriate values.
Revision history
Implemented in WhiskerServer version 1.
Example
Info: You are client number 4
|