Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
DigitalInHandler Class Reference
DigitalInHandler lets users read a DigitalIn using "READ <name>". More...
#include <IrcMessageHandlers.h>
Inherits MessageHandler.
Public Member Functions | |
| DigitalInHandler (char *name, PinName pin) | |
| Create a DigitalInHandler. | |
| IrcMessage | handle (IrcMessage) |
| Reply "<name> IS ON/OFF". | |
Detailed Description
DigitalInHandler lets users read a DigitalIn using "READ <name>".
Definition at line 23 of file IrcMessageHandlers.h.
Constructor & Destructor Documentation
| DigitalInHandler | ( | char * | name, |
| PinName | pin | ||
| ) |
Create a DigitalInHandler.
- Parameters:
-
name Name of input used in command on IRC pin Pin the input is connected to.
Definition at line 42 of file IrcMessageHandlers.cpp.
Member Function Documentation
| IrcMessage handle | ( | IrcMessage | msg ) | [virtual] |
Reply "<name> IS ON/OFF".
Reimplemented from MessageHandler.
Definition at line 48 of file IrcMessageHandlers.cpp.
Generated on Tue Jul 12 2022 20:41:27 by
1.7.2