Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
rs_net.h
Go to the documentation of this file.
1 /* License: Apache 2.0. See LICENSE file in root directory.
2  Copyright(c) 2020 Intel Corporation. All Rights Reserved. */
3 
9 #ifndef LIBREALSENSE_RS2_NET_H
10 #define LIBREALSENSE_RS2_NET_H
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include "librealsense2/rs.h"
17 
24 rs2_device* rs2_create_net_device(int api_version, const char* address, rs2_error** error);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif
rs2_create_net_device
rs2_device * rs2_create_net_device(int api_version, const char *address, rs2_error **error)
rs2_device
struct rs2_device rs2_device
Definition: rs_types.h:246
rs.h
Exposes librealsense functionality for C compilers.
rs2_error
struct rs2_error rs2_error
Definition: rs_types.h:247