UsbDesc.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 import android.hardware.usb.UsbDeviceConnection;
4 
5 class UsbDesc {
6  public UsbDesc(String n, int d, UsbDeviceConnection c) {
7  name = n;
8  descriptor = d;
9  connection = c;
10  }
11  String name;
12  int descriptor;
13  UsbDeviceConnection connection;
14 }
GLuint const GLchar * name
d
Definition: rmse.py:171
GLdouble n
Definition: glext.h:1966
::std_msgs::String_< std::allocator< void > > String
Definition: String.h:47
const GLubyte * c
Definition: glext.h:12690


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:13