wodTelnetDLX ActiveX Control - PromptReceived Event
    
 

Description

Fires when command prompt string is received.


Syntax

Private Sub object_PromptReceived()



The PromptReceived Event syntax has these parts:

Part Description
object A wodTelnetDLX object.

Remarks

If you set Prompt property before you initiated Connect method, then wodTelnetDLX will fire this event each time it received same string sequence as you defined in Prompt property.

This is very handy event to decide WHEN to send new command, because you don't have to parse received data to determine if command output has finished or not. Also, if Prompt property is set, you will never receive same string sequence when Receive method is called. This makes easy to examine command operation output.