Baku.LibqiDotNet.QiObject.QiObject C# (CSharp) Method

QiObject() private method

private QiObject ( IntPtr handle ) : System
handle System.IntPtr
return System
        internal QiObject(IntPtr handle)
        {
            Handle = handle;
        }