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 35c1b12 commit 78ac0d9Copy full SHA for 78ac0d9
src/point_one/fusion_engine/messages/configuration.h
@@ -1556,15 +1556,12 @@ enum class InterfaceConfigType : uint8_t {
1556
BAUD_RATE = 2,
1557
1558
/**
1559
- * Configure the network address for a client to connect to.
1560
- *
1561
- * For UNIX domain sockets, this is an alias for @ref FILE_PATH and represents
1562
- * the path to the local UNIX domain socket file.
+ * Configure the remote network IP address or hostname for a client to connect
+ * to.
1563
*
1564
* Valid for:
1565
* - @ref TransportType::TCP
1566
* - @ref TransportType::UDP
1567
- * - @ref TransportType::UNIX
1568
1569
* Payload format: `char[64]` containing a NULL terminated string.
1570
*/
0 commit comments