:Break()


Class

     aprTelnet()

 

Syntax

     :Break( [hSession] ) -> lSuccess

 

Parameters

 

hSession

Optional: If hSession is not passed, the value in :Session will be used

 

Return

Logical indicating Success.

Returns .T. if the operation succeeds, otherwise returns .F.

To get more information about the error, see :nErr and :cErr.

 

Description

The :Break() method sends a break signal to the remote host.

 

See Also

:Read(), :Write()