on_sock_inband Event

Function:

At least one data byte is present in the CMD buffer (sock.cmdlen > 0).

Declaration:

on_sock_inband

See Also:

---


Details

Use the sock.getinband method to extract the data from the CMD buffer. Another on_inband_command event on a particular socket is never generated until the previous one is processed. When the event handler is entered, sock.num is automatically switched to the socket on which this event was generated.


on_sock_inband Event

Details