Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Loading...
Searching...
No Matches
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
13extern "C" {
14#endif
15
16#include "librealsense2/rs.h"
17
24rs2_device* rs2_create_net_device(int api_version, const char* address, rs2_error** error);
25
26#ifdef __cplusplus
27}
28#endif
29#endif
Exposes librealsense functionality for C compilers.
rs2_device * rs2_create_net_device(int api_version, const char *address, rs2_error **error)
struct rs2_device rs2_device
Definition: rs_types.h:258
struct rs2_error rs2_error
Definition: rs_types.h:259