We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d555a3 commit ff47193Copy full SHA for ff47193
features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h
@@ -56,6 +56,11 @@ class MeshInterfaceNanostack : public MeshInterface {
56
*/
57
virtual const char *get_mac_address();
58
59
+ /** Get the interface ID
60
+ /return Interface identifier
61
+ */
62
+ int8_t get_interface_id() const { return _network_interface_id; }
63
+
64
/**
65
* \brief Callback from C-layer
66
* \param state state of the network
0 commit comments