#include <sockets.h>
Public Member Functions | |
| operator short () const | |
| const short & | operator= (const short value) |
| const short & | operator+= (const short value) |
| const short & | operator-= (const short value) |
| const short & | operator*= (const short value) |
| const short & | operator/= (const short value) |
| virtual bool | IsParameter () |
| Is this socket a parameter? | |
| virtual bool | Parse (const char *string) |
| Convert a string to the parameter's data type. | |
| virtual bool Parameter16::IsParameter | ( | ) | [inline, virtual] |
Is this socket a parameter?
Parameters are special sockets that are storted in EEPROM
Reimplemented from Socket.
| Parameter16::operator short | ( | ) | const [inline] |
Reimplemented from Socket16.
| const short& Parameter16::operator*= | ( | const short | value | ) | [inline] |
Reimplemented from Socket16.
| const short& Parameter16::operator+= | ( | const short | value | ) | [inline] |
Reimplemented from Socket16.
| const short& Parameter16::operator-= | ( | const short | value | ) | [inline] |
Reimplemented from Socket16.
| const short& Parameter16::operator/= | ( | const short | value | ) | [inline] |
Reimplemented from Socket16.
| const short& Parameter16::operator= | ( | const short | value | ) | [inline] |
Reimplemented from Socket16.
| virtual bool Parameter16::Parse | ( | const char * | string | ) | [inline, virtual] |
Convert a string to the parameter's data type.
Reimplemented from Socket.
1.7.0