This method (re)initializes the object and sets the OpenThread Instance.
Indicates whether or not the prefix configuration is valid.
Initializes a `ChildInfoInterator` object.
Initializes an `Iterator` instance.
Indicates whether or not the external route configuration is valid.
Returns an IID for the given instance Returned IID is an integer value that must be shifted by SPINEL_HEADER_IID_SHIFT before putting into spinel header. If multipan interface is not enabled or build is not for RCP IID=0 is returned. If nullptr is passed it matches broadcast IID in current implementation. Broadcast IID is also returned in case no match was found.
Initializes the `Neighbor` object.
Populates the Dataset with random fields. The Network Key, PSKc, Mesh Local Prefix, PAN ID, and Extended PAN ID are generated randomly (crypto-secure) with Network Name set to "OpenThread-%04x" with PAN ID appended as hex. The Channel is chosen randomly from radio's preferred channel mask, Channel Mask is set from radio's supported mask, and Security Policy Flags from current `KeyManager` value.
Creates a tasklet instance.
Creates a millisecond timer instance.
Initializes the `Parent`.
Initializes the `NetworkData` from a given pointer to a buffer and length.
Initializes the `MutableNetworkData`
Initializes the `Callbacks` object.
Initializes the `NeighborTable` instance.
Initializes the MLE object.
Initializes the network interface.
Initializes the callbacks object.
Initializes the CSL tx scheduler object.
Initializes the callbacks object.
Initializes the data poll handler object.
Initializes the `InfraIf`.
Initializes the `Manager` object.
Initializes the `Router` object.
Initializes the local Network Data.
Initializes a `Settings` object.
Initializes the `Child` object.
Initializes the `Radio` object.
Initializes the `SettingsDriver`.
Initializes the `SubMac` object.
Initializes `Publisher` object.
Initializes the SRP server object.
Initializes the SRP `Client` object.
Initializes the `TimeTicker` instance.
Initializes an `Uptime` instance.
Initializes the `Leader`.
Initializes the Joiner Router object.
Initializes the data poll sender object.
Initializes the Thread network interface.
Initializes the `BorderAgent` object.
Initializes the SLAAC manager object. Note that SLAAC module starts enabled.
Initializes the ActiveDatasetManager object.
Initializes the PendingDatasetManager object.
Initializes the Leader object.
Initializes the routing manager.
Initializes the MPL object.
Default class constructor.
Initializes the `MeshDiag` instance.
Initializes the `PingSender` object.
Initializes the `SrpClientBuffers` object.
Initializes a `ChildTable` instance.
Initializes a `Notifier` instance.
Initializes the SecureTransport object.
Initializes a `TrickleTimer` instance.
Initializes the `Links` object.
Initializes the MAC object.
Initializes the local Backbone Router.
Initializes the Backbone Router manager.
Initializes the `Link` object.
Creates a tasklet instance.
Creates a millisecond timer that also maintains a user context pointer.
Creates a timer instance.
Initializes the Filter object.
Initializes the `LinkQualityInfo` object.
Initializes the `MessageInfo`. The peer port is set to `Tmf::kUdpPort` and all other properties are cleared (set to zero).
Initializes the Multicast Listeners Table.
Initializes the `NdProxyTable` object.
Initializes a TCP endpoint. Calling this function causes OpenThread to keep track of this Endpoint and store and retrieve TCP data inside of it. The application should refrain from directly accessing or modifying the fields in this Endpoint. If the application needs to reclaim the memory backing this Endpoint, it should call otTcpEndpointDeinitialize(). @sa otTcpEndpointInitialize in include/openthread/tcp.h.
Initializes a TCP listener. Calling this function causes OpenThread to keep track of the TCP listener and store and retrieve TCP data inside this Listener. The application should refrain from directly accessing or modifying the fields in this Listener. If the application needs to reclaim the memory backing this Listener, it should call otTcpListenerDeinitialize(). @sa otTcpListenerInitialize