|
RobotLib
1
A set of software wrappers for Rovio, Roomba and NXT robots written in C#.
|
Manage email settings. More...
Public Member Functions | |
| Mail (Robot _robot) | |
| The constructor. | |
| void | SetMail (string value) |
| Configure email for sending IPCam images. | |
| string | GetMail () |
| Get email settings. | |
| void | SendMail () |
| Send an email with IPCam images. | |
Public Member Functions inherited from Rovio.Component | |
| Component (Robot _robot) | |
| The constructor. | |
| virtual void | Update () |
| The Update function that manually refreshes the state of a given component (e.g. when AutoUpdate = false) | |
Additional Inherited Members | |
Public Attributes inherited from Rovio.Component | |
| bool | AutoUpdate = true |
| Automatic update option for methods requesting more than one piece of information. | |
Protected Attributes inherited from Rovio.Component | |
| Robot | robot |
| The robot class, accessible by all dervied classes. | |
Manage email settings.
| Rovio.API.Mail.Mail | ( | Robot | _robot | ) |
The constructor.
| string Rovio.API.Mail.GetMail | ( | ) |
Get email settings.
MailServer, Port, Sender, Receiver, Subject, Body, User, PassWord, CheckFlag and Enable
| void Rovio.API.Mail.SendMail | ( | ) |
Send an email with IPCam images.
| void Rovio.API.Mail.SetMail | ( | string | value | ) |
Configure email for sending IPCam images.
Enable – Ignored MailServer - mail server address Sender - sender’s email address Receiver - receiver’s email address, multi-receivers separated by ‘;’ Subject - subject of email User - user name for logging into the MailServer PassWord - password for logging into the MailServer CheckFlag - whether the MailServer needs to check password Interval - Ignored
1.8.2