WFS_GetClientReadProgress

構文

#include <nitro/wfs.h>

void WFS_GetClientReadProgress(WFSClientContext *context, int *current, int *total);

引数

context WFSClientContext構造体のポインタ
current 受信済みパケット数を取得するint変数へのポインタ
total 受信予定のパケット総数を取得するint変数へのポインタ

返り値

なし。

説明

WFS_RequestClientRead( )で発行したROMイメージ読み込みリクエストの進捗状況を取得します。
進捗状況は (受信済みパケット数) / (受信予定のパケット総数) の形式で取得することが出来ます。

参照

WFS_RequestClientRead

履歴

2007/06/06 初版