LrsClass.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 abstract class LrsClass implements AutoCloseable {
4  static {
5  System.loadLibrary("realsense2");
6  }
7 
8  protected long mHandle = 0;
9  protected boolean mOwner = true;
10 
11  public long getHandle() { return mHandle; }
12 }


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