Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telepathy Communications Library - <b>tp_oninput()</b> - notify on any input http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   tp_oninput() - notify on any input

   nNote := tp_oninput(nPort, [cFunction])

   nPort       Serial port number.
   cFunction   Name of notification function.

   Returns     Notification handle.

   Requests notification when any character is received by the serial
   port.  If cFunction is omitted, deletes any oninput notification
   request for that port.

   Example:

       tp_oninput(1, "GetData")

See Also: tp_noteoff() Notifications

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson