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

alljoyn_busattachment_clearkeys() private method

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