AllJoynUnity.AllJoyn.BusAttachment.alljoyn_busattachment_createinterface C# (CSharp) 메소드

alljoyn_busattachment_createinterface() 개인적인 메소드

private alljoyn_busattachment_createinterface ( IntPtr bus, [ name, IntPtr &iface, int secure ) : int
bus System.IntPtr
name [
iface System.IntPtr
secure int
리턴 int
            private static extern int alljoyn_busattachment_createinterface(
				IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string name,
				ref IntPtr iface,
				int secure);
AllJoyn.BusAttachment