AllJoynUnity.AllJoyn.BusAttachment.alljoyn_busattachment_setkeyexpiration C# (CSharp) 메소드

alljoyn_busattachment_setkeyexpiration() 개인적인 메소드

private alljoyn_busattachment_setkeyexpiration ( IntPtr bus, [ guid, uint timeout ) : int
bus System.IntPtr
guid [
timeout uint
리턴 int
            private static extern int alljoyn_busattachment_setkeyexpiration(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string guid,
				uint timeout);
AllJoyn.BusAttachment