Go to the first, previous, next, last section, table of contents.


setSocketCharEvent

Function: setSocketCharEvent { socket int event -> milliseconds }
file: job.t
package: muf
status: alpha

The int value must be in the range 0-255.

The setSocketCharEvent function allows you to specify the event which will be signalled to the socket's sessionLeader when that character is recieved from the net. To clear the event, specify nil.

See section getSocketCharEvent.


Go to the first, previous, next, last section, table of contents.