Skip to content

Commit

Permalink
doc: update list of supported serialized OpenThread API functions
Browse files Browse the repository at this point in the history
This commit adds DNS client API functions to the list.

Signed-off-by: Konrad Derda <[email protected]>
  • Loading branch information
konradderda committed Dec 20, 2024
1 parent 3665a25 commit 43d91b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/nrf/libraries/networking/ot_rpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,22 @@ OpenThread RPC currently supports the serialization of the following OpenThread
* :c:func:`otDatasetIsCommissioned`
* :c:func:`otDatasetSetActive`
* :c:func:`otDatasetSetActiveTlvs`
* :c:func:`otDnsAddressResponseGetAddress`
* :c:func:`otDnsAddressResponseGetHostName`
* :c:func:`otDnsBrowseResponseGetHostAddress`
* :c:func:`otDnsBrowseResponseGetServiceInfo`
* :c:func:`otDnsBrowseResponseGetServiceInstance`
* :c:func:`otDnsBrowseResponseGetServiceName`
* :c:func:`otDnsClientBrowse`
* :c:func:`otDnsClientGetDefaultConfig`
* :c:func:`otDnsClientResolveAddress`
* :c:func:`otDnsClientResolveIp4Address`
* :c:func:`otDnsClientResolveService`
* :c:func:`otDnsClientResolveServiceAndHostAddress`
* :c:func:`otDnsClientSetDefaultConfig`
* :c:func:`otDnsServiceResponseGetHostAddress`
* :c:func:`otDnsServiceResponseGetServiceInfo`
* :c:func:`otDnsServiceResponseGetServiceName`
* :c:func:`otGetVersionString`
* :c:func:`otInstanceErasePersistentInfo`
* :c:func:`otInstanceFinalize`
Expand Down

0 comments on commit 43d91b5

Please sign in to comment.