WFS_GetServerBusyBitmap

構文

#include <nitro/wfs.h>

int WFS_GetServerBusyBitmap(const WFSServerContext *context);

引数

context WFSServerContext構造体のポインタ

返り値

現在リクエスト発行中の子機(クライアント)群の状況を示すビットマップを返します。

説明

親機(サーバ)に対して現在リクエスト発行中の子機(クライアント)群の状況をビットマップで取得します。

参照

WFS_GetServerConnectedBitmap, WFS_GetServerSyncBitmap

履歴

2007/06/06 初版