AllJoynUnity.AllJoyn.BusAttachment.alljoyn_busattachment_createinterfacesfromxml C# (CSharp) Méthode

alljoyn_busattachment_createinterfacesfromxml() private méthode

private alljoyn_busattachment_createinterfacesfromxml ( IntPtr bus, [ xml ) : int
bus System.IntPtr
xml [
Résultat int
            private static extern int alljoyn_busattachment_createinterfacesfromxml(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string xml);
AllJoyn.BusAttachment