Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 641 Bytes

File metadata and controls

18 lines (12 loc) · 641 Bytes

class WifiEnableState

Member values

Member name Data type Description
enabled bool  

Member functions

Function name Return type Input type Description
enabled() bool void Returns the current value of enabled. If the enabled is not set, returns 0.
set_enabled() void bool Sets the value of enabled. After calling this, enabled() will return value.
clear_enabled() void void Clears the value of enabled. After calling this, enabled() will return 0.

Parent topic: Base (C++)