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

alljoyn_busattachment_getinterface() private method

private alljoyn_busattachment_getinterface ( IntPtr bus, [ name ) : IntPtr
bus System.IntPtr
name [
return System.IntPtr
            private static extern IntPtr alljoyn_busattachment_getinterface(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string name);
AllJoyn.BusAttachment