AllJoynUnity.AllJoyn.BusAttachment.alljoyn_busattachment_registerbusobject C# (CSharp) Method

alljoyn_busattachment_registerbusobject() private method

private alljoyn_busattachment_registerbusobject ( IntPtr bus, IntPtr obj ) : int
bus System.IntPtr
obj System.IntPtr
return int
            private static extern int alljoyn_busattachment_registerbusobject(IntPtr bus, IntPtr obj);
AllJoyn.BusAttachment