| 
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.
 
 
 Syntax 
|  |  
| 
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. |  
 Return Value 
 Example 
 Remarks 
 See Also 
				WorkSpace PropertyReply Property
 Send Method
 DefProc Method
 
 |