FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Socket.WaitFor
ホーム • Customization Tools • FCAS • Language Reference • Socket.WaitFor
 
Purpose
Returns any data from the remote host that contains a specified string, returning after the specified wait period if there is no data available immediately.
WaitFor will return immediately if the string is found in the received data.
You can access the returned data using Socket.Data.
An error will be triggered if there is a problem with the connection or the socket object isn't connected when the read is attempted.
Syntax
Socket.WaitFor (WaitText, Timeout)


WaitText
The string that must be found in the data.
Timeout
The wait period in seconds.

Example
Dim sockme as Socket
sockme.WaitFor ("I'm the key phrase", 20)

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<