PowerTCP Emulation for .NET
SetCapture Method




The destination stream for the captured data.
Save subsequently written data to the provided stream.
Syntax
Public Sub SetCapture( _
   ByVal destinationStream As Stream _
) 
Dim instance As Vt
Dim destinationStream As Stream
 
instance.SetCapture(destinationStream)
public void SetCapture( 
   Stream destinationStream
)
public: void SetCapture( 
   Stream* destinationStream
) 
public:
void SetCapture( 
   Stream^ destinationStream
) 

Parameters

destinationStream
The destination stream for the captured data.
Remarks

This method can be used to easily create a log of data written to the Vt window. This is especially useful when using SetStream(Stream).

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic