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

alljoyn_busattachment_getpeerguid() private method

private alljoyn_busattachment_getpeerguid ( IntPtr bus, [ name, IntPtr guid, UIntPtr &guidSz ) : int
bus System.IntPtr
name [
guid System.IntPtr
guidSz System.UIntPtr
return int
            private static extern int alljoyn_busattachment_getpeerguid(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string name,
				IntPtr guid, ref UIntPtr guidSz);
AllJoyn.BusAttachment