Data stream capture

The probe can capture the data stream sent from a device. This data is stored in a log file and can be used for debugging purposes, to develop new features for the probe, or to pass to other management systems that require the same data. To enable stream capture, set the StreamCapture property to 1 and specify a log file to store the data using the StreamCaptureFilename property.

The probe creates a stream capture file with the following naming convention:

streamcapturefile name_date_time

By appending the filename with a timestamp, the probe avoids overwriting the old stream capture file.

Note: The data stream capture function generates a lot of data and should be used with caution. When you no longer require data for debugging, set the StreamCapture property to 0 to disable the stream capture function.