#include <dwc.h>
typedef struct DWCRnkGetParam_nearby {
u32 sort;
u32 limit;
u32 since;
} DWCRnkGetParam_nearby;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). |
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL