class GPIOState

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
identifieruint32GPIO identifier
valueuint32Value

Member functions

Function nameReturn typeInput typeDescription
identifier() constuint32voidReturns the current value of identifier. If the identifier is not set, returns 0.
set_identifier()voiduint32Sets the value of identifier. After calling this, identifier() will return value.
clear_identifier()voidvoidClears the value of identifier. After calling this, identifier() will return the empty string/empty bytes.
value() constuint32voidReturns the current value of value. If the value is not set, returns 0.
set_value()voiduint32Sets the value of value. After calling this, value() will return value.
clear_value()voidvoidClears the value of value. After calling this, value() will return the empty string/empty bytes.

Parent topic: InterconnectConfig (C++)