added function to return socket fd

This commit is contained in:
tumbili
2015-06-19 14:27:42 +02:00
parent c4d92ff05b
commit ecbc286469
+2
View File
@@ -325,6 +325,8 @@ public:
unsigned short get_network_port() { return _network_port; }
int get_socket_fd () { return _socket_fd; };
protected:
Mavlink *next;