Mechanism to handle which images are incomplete
Use IsIncomplete to handle incomplete images
Calculate the incomplete percentage to find out how bad the incompletes are:
(Expected Image Size – Received Image Size) / Expected Image Size *100
Mechanism to handle timeouts
StreamOutputBufferCount is an integer in case this is what you are wondering. Please refer to the code and screenshots below for more details:
var streamOutputBufferCountNode = (ArenaNET.IInteger)device.TLStreamNodeMap.GetNode(“StreamOutputBufferCount”);
Console.Write(“{0}StreamOutputBufferCount = {1}”, TAB2, streamOutputBufferCountNode);
var streamInputBufferCountNode = (ArenaNET.IInteger)device.TLStreamNodeMap.GetNode(“StreamInputBufferCount”);
Console.Write(“{0}StreamInputBufferCount = {1}”, TAB2, streamInputBufferCountNode);
[/vc_column_text][/vc_column][/vc_row]