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

alljoyn_busattachment_disconnect() private method

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