DWC_GetConnectionKeepAliveTime

Syntax

#include <dwc.h>

u32 DWC_GetConnectionKeepAliveTime(void);

Arguments

None.

Return Values

Non-zero The timeout that is set (ms).
0 Failed to get the timeout because the FriendsMatch library is not in operation.

Description

Gets the timeout, which is the standard for determining when to disconnect from a connected peer after a fixed period of time elapses with no reliable or unreliable transfer from that peer.

Revision History

2.0.0
Initial addition.

CONFIDENTIAL