GigEVision_StreamingStatistics

Description

This structure stores GigE Vision acquisition engines streaming statistics.

struct GigEVision_StreamingStatistics
{
	unsigned int ReceivedFrames;
	unsigned int LostFrames;
	unsigned int BadFrames;
	unsigned int DroppedFrames;
	unsigned int CurrentInputQueueSize;
	unsigned int PacketResendRequests;
	unsigned int LostPackets;
	unsigned int DroppedPackets;
	unsigned int ErroneousPackets;
	unsigned int ResendPackets;
	unsigned int Reconnections;
	atl::String LastPacketError;
	atl::String LastFrameError;
};

See also