DWCRnkGetParam_nearby

Definitions


#include <dwc.h>

typedef struct DWCRnkGetParam_nearby {
    u32 sort;
    u32 limit;
    u32 since;
} DWCRnkGetParam_nearby;

Description

Specifies the parameter to be used for getting data in near-ranking-list retrieval mode (DWC_RNK_GET_MODE_NEAR). This is a member of DWCRnkGetParam.

sort DWC_RNK_ORDER_ASC: Ascending order.
DWC_RNK_ORDER_DES: Descending order.
limit The maximum number of results that can be obtained, ranging from 2 to [30(DWC_RNK_GET_MAX)].
since From how long ago (in minutes).

See Also

DWCRnkGetParam

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL