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

alljoyn_busattachment_getkeyexpiration() private method

private alljoyn_busattachment_getkeyexpiration ( IntPtr bus, [ guid, uint &timeout ) : int
bus System.IntPtr
guid [
timeout uint
return int
            private static extern int alljoyn_busattachment_getkeyexpiration(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string guid,
				ref uint timeout);
AllJoyn.BusAttachment