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 IPvRegisterInfo

    Interface to access basic information about a #PvSoftDeviceGEV register.

    Inheritance
    object
    IPvRegisterInfo
    IPvRegister
    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 IPvRegisterInfo : 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

    Address

    Register address.

    Declaration
    public virtual uint Address { get; }
    Property Value
    Type Description
    uint
    View Source

    IsArrayOfBytes

    Indicates whether the register stores an array of bytes.

    Declaration
    public virtual bool IsArrayOfBytes { get; }
    Property Value
    Type Description
    bool
    View Source

    IsReadable

    Indicates whether the register is readable.

    Declaration
    public virtual bool IsReadable { get; }
    Property Value
    Type Description
    bool
    View Source

    IsWritable

    Indicates whether the register is writable.

    Declaration
    public virtual bool IsWritable { get; }
    Property Value
    Type Description
    bool
    View Source

    Length

    Register length in bytes.

    Declaration
    public virtual uint Length { get; }
    Property Value
    Type Description
    uint
    View Source

    Name

    Register name.

    Declaration
    public virtual string Name { get; }
    Property Value
    Type Description
    string

    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

    ~IPvRegisterInfo()

    Destructor.

    Declaration
    protected ~IPvRegisterInfo()
    View Source

    GetContext()

    Returns the contextual pointer provided at register creation.

    Declaration
    public virtual SWIGTYPE_p_void GetContext()
    Returns
    Type Description
    SWIGTYPE_p_void

    Contextual pointer.

    Implements

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