You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.4 KiB
2.4 KiB
AutoConnectButton
Constructor
AutoConnectButton()
AutoConnectButton(const char* name)
AutoConnectButton(const char* name, const char* value)
AutoConnectButton(const char* name, const char* value, const String& action)
- **Parameters**
- nameThe element name.
- valueValue of the element.
- actionNative code of the action script executed when the button is clicked.
Public member variables
name
The element name.
- **Type**
- String
value
Value of the element.
- **Type**
- String
action
Native code of the action script executed when the button is clicked.
- **Type**
- String
Public member functions
typeOf
ACElement_t typeOf(void)
Returns type of AutoConnectElement.
- **Return value**
- AC_Button
AutoConnectElement
Constructor
AutoConnectElement()
AutoConnectElement(const char* name)
AutoConnectElement(const char* name, const char* value)
- **Parameters**
- nameThe element name.
- valueValue of the element.
Public member variables
name
The element name.
- **Type**
- String
value
Value of the element.
- **Type**
- String
Public member functions
typeOf
ACElement_t typeOf(void)
Returns type of AutoConnectElement.
- **Return value**
- AC_Element