eBUS SDK .NET API
  • Getting Started
    • Getting started with the eBUS SDK .NET API
    • Configuring Your IDE
    • Receiving Data from a GigE Vision or USB3 Vision Transmitter
    • Sample Applications
    • GigE Vision Device Communication Parameters
    • USB3 Vision Device Communication Parameters
    • PvStream USB3 Vision Parameters
    • PvStream GigE Vision Parameters
  • eBUS SDK .NET API Reference
    • API Overview
    • eBUSDotNet
    • eBUSDotNetReceive
    • eBUSDotNetEdge
Search Results for

    Show / Hide Table of Contents
      • IActionHandler
      • IPvGenApiFactory
      • IPvMessageChannel
      • IPvRegister
      • IPvRegisterEventSink
      • IPvRegisterEventSinkSwigInterface
      • IPvRegisterFactory
      • IPvRegisterInfo
      • IPvRegisterMap
      • IPvRegisterStore
      • IPvSWStreamingChannelSource
      • IPvSWStreamingChannelSourceGenDC
      • IPvSWStreamingChannelSourceGenDCSwigInterface
      • IPvSWStreamingChannelSourceSwigInterface
      • IPvSemaphore
      • IPvSoftDeviceGEV
      • IPvStreamingChannelSource
      • IPvStreamingChannelSourceSwigInterface
      • IPvTransmitterGEV
      • IPvTriggerCallback
      • IPvTriggerSelector
      • IPvTriggerSelector.State
      • IPvUserSetNotify
      • IPvVirtualDeviceGEV
      • IPvVirtualDeviceGEVEventSink
      • IPvVirtualDeviceGEVInfo
      • IPvVirtualDeviceGEVStatistics
      • PvScanType
      • PvSoftDeviceGEV
      • PvStreamingChannelSourceDefault
      • PvStreamingChannelSourceTrigger
      • PvTransmitterGEV
      • PvTriggerSelectorAcquisitionStart
      • PvTriggerSelectorDefault
      • PvTriggerSelectorFrameStart
      • PvTriggerSelectorLineStart
      • PvUserSetState
      • PvVirtualDeviceGEV
      • SWIGTYPE_p_PvAccessType
      • SWIGTYPE_p_PvVirtualDeviceLib__GEV_ActionCmd
      • SWIGTYPE_p_unsigned_short
      • SWIGTYPE_p_void
      • TriggerModeEnum
      • TriggerSelectorEnum
      • TriggerSourceEnum
      • eBUSDotNetEdge

    Class IPvVirtualDeviceGEVStatistics

    Interface that is used to retrieve control channel statistics from a software-based GigE Vision Device.

    Inheritance
    object
    IPvVirtualDeviceGEVStatistics
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: eBUSDotNetEdge
    Assembly: eBUSDotNetEdge.dll
    Syntax
    public class IPvVirtualDeviceGEVStatistics : IDisposable

    Fields

    View Source

    swigCMemOwn

    Determines who is responsible for deleting the underlying C++ object.

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    View Source

    ActionCommandsReceived

    GVCP action command (ACTION_CMD) received.

    Declaration
    public virtual ulong ActionCommandsReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    DiscoveriesReceived

    GVCP discovery (DISCOVERY_CMD) commands received.

    Declaration
    public virtual ulong DiscoveriesReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    EventDatasIssued

    GVCP messaging channel event (with data) commands (EVENTDATA_CMD) issued.

    Declaration
    public virtual ulong EventDatasIssued { get; }
    Property Value
    Type Description
    ulong
    View Source

    EventRetriesIssued

    GVCP retries issued for unacknowledged messaging channel event or event data commands.

    Declaration
    public virtual ulong EventRetriesIssued { get; }
    Property Value
    Type Description
    ulong
    View Source

    EventRetriesIssuedMax

    GVCP maximum retries issued for a single unacknowledged messaging channel event or event data command.

    Declaration
    public virtual ulong EventRetriesIssuedMax { get; }
    Property Value
    Type Description
    ulong
    View Source

    EventsIssued

    GVCP messaging channel event commands (EVENT_CMD) issued.

    Declaration
    public virtual ulong EventsIssued { get; }
    Property Value
    Type Description
    ulong
    View Source

    ForceIpsReceived

    GVCP force IP configuration (FORCEIP_CMD) commands received.

    Declaration
    public virtual ulong ForceIpsReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    GVSPTestPacketsIssued

    Number of GVSP test packets issued.

    Declaration
    public virtual ulong GVSPTestPacketsIssued { get; }
    Property Value
    Type Description
    ulong
    View Source

    HeartbeatFailedCount

    Device controller session close on heartbeat failure count.

    Declaration
    public virtual ulong HeartbeatFailedCount { get; }
    Property Value
    Type Description
    ulong
    View Source

    PacketResendRequestsReceived

    GVCP packet resend (PACKETRESEND_CMD) commands received.

    Declaration
    public virtual ulong PacketResendRequestsReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    PendingAcksIssued

    GVCP pending acknowledges (PENDING_ACK) issued.

    Declaration
    public virtual ulong PendingAcksIssued { get; }
    Property Value
    Type Description
    ulong
    View Source

    ReadMemsReceived

    GVCP read memory (READMEM_CMD) commands received.

    Declaration
    public virtual ulong ReadMemsReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    ReadRegsReceived

    GVCP read register (READREG_CMD) commands received.

    Declaration
    public virtual ulong ReadRegsReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    RetriesReceived

    GVCP command retries received.

    Declaration
    public virtual ulong RetriesReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    RetriesReceivedMax

    GVCP command retries maximum for a single command.

    Declaration
    public virtual ulong RetriesReceivedMax { get; }
    Property Value
    Type Description
    ulong
    View Source

    SessionsClosed

    Device controller session close count.

    Declaration
    public virtual ulong SessionsClosed { get; }
    Property Value
    Type Description
    ulong
    View Source

    SessionsOpened

    Device controller session open count.

    Declaration
    public virtual ulong SessionsOpened { get; }
    Property Value
    Type Description
    ulong
    View Source

    WriteMemsReceived

    GVCP write memory (WRITEMEM_CMD) commands received.

    Declaration
    public virtual ulong WriteMemsReceived { get; }
    Property Value
    Type Description
    ulong
    View Source

    WriteRegsReceived

    GVCP write register (WRITEREG_CMD) commands received.

    Declaration
    public virtual ulong WriteRegsReceived { get; }
    Property Value
    Type Description
    ulong

    Methods

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

    Dispose

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    View Source

    ~IPvVirtualDeviceGEVStatistics()

    Destructor.

    Declaration
    protected ~IPvVirtualDeviceGEVStatistics()
    View Source

    Reset()

    Resets all counters to zero.

    Declaration
    public virtual void Reset()

    Implements

    IDisposable
    • View Source
    In this article
    Back to top Generated by DocFX