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

alljoyn_busattachment_requestname() private method

private alljoyn_busattachment_requestname ( IntPtr bus, [ requestedName, uint flags ) : int
bus System.IntPtr
requestedName [
flags uint
return int
            private static extern int alljoyn_busattachment_requestname(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string requestedName, uint flags);
AllJoyn.BusAttachment