Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
ethernet
common
RsRtspCommon.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
4
#pragma once
5
6
enum
RsRtspReturnCode
7
{
8
OK
,
9
ERROR_GENERAL
,
10
ERROR_NETWROK
,
11
ERROR_TIME_OUT
,
12
ERROR_WRONG_FLOW
13
};
14
15
struct
RsRtspReturnValue
16
{
17
RsRtspReturnCode
exit_code
;
18
std::string
msg
;
19
};
RsRtspReturnValue::exit_code
RsRtspReturnCode exit_code
Definition:
RsRtspCommon.h:17
ERROR_TIME_OUT
Definition:
RsRtspCommon.h:11
ERROR_WRONG_FLOW
Definition:
RsRtspCommon.h:12
RsRtspReturnValue::msg
std::string msg
Definition:
RsRtspCommon.h:18
ERROR_GENERAL
Definition:
RsRtspCommon.h:9
OK
Definition:
RsRtspCommon.h:8
string
GLsizei const GLchar *const * string
Definition:
glad/glad/glad.h:2862
RsRtspReturnCode
RsRtspReturnCode
Definition:
RsRtspCommon.h:6
RsRtspReturnValue
Definition:
RsRtspCommon.h:15
ERROR_NETWROK
Definition:
RsRtspCommon.h:10
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:41