public function Send
Prototype:
public function Send(MSG_ID, Target, Value)
Parameters
MSG_ID
the id of the message (integer)
Target
the Target parameter of the message (string)
Value
the Value parameter of the message (string or number)
Description:
Sends a message to the client. This function is used by the framework internally.
Return value:
The return of this function is not to be consider important (returns the amount of data sent, or 0 if cannot be sent).