class NetworkHandle

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
typeuint32Network type

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.

Parent topic: Base (C++)