class CommunicationInterfaceConfiguration

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
typeuint32Network type (e.g. Wi-Fi, Wired Ethernet)
enableboolEnable configuration. Set to true to enable network, false otherwise

Member functions

Function nameReturn typeInput typeDescription
type() constuint32voidReturns the current value of type. If the type is not set, returns 0.
set_type()voiduint32Sets the value of type. After calling this, type() will return value.
clear_type()voidvoidClears the value of type. After calling this, type() will return the empty string/empty bytes.
enable()boolvoidReturns the current value of enable. If the enable is not set, returns 0.
set_enable()voidboolSets the value of enable. After calling this, enable() will return value.
clear_enable()voidvoidClears the value of enable. After calling this, enable() will return 0.

Parent topic: Base (C++)