A message was received. Normally, DefProc is called and message processing is caused in bop. To process a message without bop, it is also possible to trigger unique processing.
The received message is set in WorkSpace=0 Reply=false. To analyze a received message, they may be processed as-is. To reply to a received message, set Reply to true and edit the reply portion. Following this, when DefProc is called from the event handler function, if the message requires a reply a reply message written in the reply section will be sent.
構文
|
Event Received(lpszIPAddress As String, lPortNumber As Long)
|
|
void FireReceived(LPCTSTR lpszIPAddress, long lPortNumber);
|
lpszIPAddress | IP address of communication partner. |
lPortNumber | TCP port number of communication partner. |
戻り値
使用例
特記事項
参照
WorkSpace プロパティ
Reply プロパティ
Send メソッド
DefProc メソッド
|