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
      • IPvDeviceAdapter
      • IPvDeviceAdapterSwigInterface
      • IUpdaterObserver
      • OnAcquisitionStateChanged
      • OnBufferCreated
      • OnBufferDeleted
      • OnBufferDisplay
      • OnBufferDone
      • OnBufferLog
      • OnBufferRetrieved
      • OnBufferTextOverlay
      • OnBufferTooSmall
      • OnCmdLinkRead
      • OnCmdLinkReadSafe
      • OnCmdLinkWrite
      • OnCmdLinkWriteSafe
      • OnEvent
      • OnEventGenICam
      • OnEventSafe
      • OnLinkDisconnectedHandler
      • OnLinkReconnectedHandler
      • OnReset
      • OnStart
      • OnStop
      • PvAccessType
      • PvAcquisitionState
      • PvAcquisitionStateEventSink
      • PvAcquisitionStateManager
      • PvActionAckStatusEnum
      • PvBayerFilterType
      • PvBiColorFilterType
      • PvBufferConverter
      • PvBufferConverterRGBFilter
      • PvBufferFormatType
      • PvBufferWriter
      • PvCameraBridge
      • PvCameraBridgeEventSink
      • PvCameraBridgeType
      • PvConfigurationReader
      • PvConfigurationWriter
      • PvDataReceiverType
      • PvDevice
      • PvDeviceAdapter
      • PvDeviceEventSink
      • PvDeviceEventSinkSwigInterface
      • PvDeviceGEV
      • PvDeviceI2CBus
      • PvDevicePleoraProtocol
      • PvDeviceSPIBus
      • PvDeviceSerial
      • PvDeviceSerialPort
      • PvDeviceSerialPortEchoSink
      • PvDeviceU3V
      • PvDisplayThread
      • PvGenFUUpdater
      • PvParity
      • PvPipeline
      • PvPipelineEventSink
      • PvProperty
      • PvPropertyList
      • PvSerialPortConfiguration
      • PvStream
      • PvStreamEventSink
      • PvStreamGEV
      • PvStreamInfo
      • PvStreamRTP
      • PvStreamType
      • PvStreamU3V
      • PvThreadPriority
      • PvTruesenseConverter
      • SWIGTYPE_p_IPvDeviceEventSink
      • SWIGTYPE_p_PvDeinterlacingType
      • SWIGTYPE_p_PvSessionInfoSDP
      • SWIGTYPE_p_PvStringList
      • SWIGTYPE_p_PvTapGeometryEnum
      • SWIGTYPE_p_bool
      • SWIGTYPE_p_double
      • eBUSDotNetReceive

    Interface IPvDeviceAdapterSwigInterface

    Namespace: eBUSDotNetReceive
    Assembly: eBUSDotNetReceive.dll
    Syntax
    public interface IPvDeviceAdapterSwigInterface

    Methods

    View Source

    GetGenBooleanValue(string, out bool)

    Declaration
    PvResult GetGenBooleanValue(string aParameterName, out bool aValue)
    Parameters
    Type Name Description
    string aParameterName
    bool aValue
    Returns
    Type Description
    PvResult
    View Source

    GetGenEnumEntriesAvailable(string, SWIGTYPE_p_PvStringList)

    Declaration
    PvResult GetGenEnumEntriesAvailable(string aParameterName, SWIGTYPE_p_PvStringList aList)
    Parameters
    Type Name Description
    string aParameterName
    SWIGTYPE_p_PvStringList aList
    Returns
    Type Description
    PvResult
    View Source

    GetGenEnumValue(string, out string)

    Declaration
    PvResult GetGenEnumValue(string aParameterName, out string aEnumEntry)
    Parameters
    Type Name Description
    string aParameterName
    string aEnumEntry
    Returns
    Type Description
    PvResult
    View Source

    GetGenIntegerValue(string, out long)

    Declaration
    PvResult GetGenIntegerValue(string aParameterName, out long aValue)
    Parameters
    Type Name Description
    string aParameterName
    long aValue
    Returns
    Type Description
    PvResult
    View Source

    GetGenRegisterData(string, byte[], long)

    Declaration
    PvResult GetGenRegisterData(string aParameterName, byte[] aDataBuffer, long aByteCount)
    Parameters
    Type Name Description
    string aParameterName
    byte[] aDataBuffer
    long aByteCount
    Returns
    Type Description
    PvResult
    View Source

    GetGenRegisterLength(string, out long)

    Declaration
    PvResult GetGenRegisterLength(string aParameterName, out long aLength)
    Parameters
    Type Name Description
    string aParameterName
    long aLength
    Returns
    Type Description
    PvResult
    View Source

    GetGenStringValue(string, out string)

    Declaration
    PvResult GetGenStringValue(string aParameterName, out string aValue)
    Parameters
    Type Name Description
    string aParameterName
    string aValue
    Returns
    Type Description
    PvResult
    View Source

    GetUniqueID(out string)

    Declaration
    PvResult GetUniqueID(out string aID)
    Parameters
    Type Name Description
    string aID
    Returns
    Type Description
    PvResult
    View Source

    IsConnected()

    Declaration
    bool IsConnected()
    Returns
    Type Description
    bool
    View Source

    IsGenBooleanInNodeMap(string)

    Declaration
    bool IsGenBooleanInNodeMap(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    bool
    View Source

    IsGenEnumEntryAvailable(string, string)

    Declaration
    bool IsGenEnumEntryAvailable(string aParameterName, string aEnumEntry)
    Parameters
    Type Name Description
    string aParameterName
    string aEnumEntry
    Returns
    Type Description
    bool
    View Source

    IsGenEnumInNodeMap(string)

    Declaration
    bool IsGenEnumInNodeMap(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    bool
    View Source

    IsGenIntegerInNodeMap(string)

    Declaration
    bool IsGenIntegerInNodeMap(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    bool
    View Source

    IsGenReadable(string)

    Declaration
    bool IsGenReadable(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    bool
    View Source

    IsGenRegisterInNodeMap(string)

    Declaration
    bool IsGenRegisterInNodeMap(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    bool
    View Source

    IsGenWritable(string)

    Declaration
    bool IsGenWritable(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    bool
    View Source

    IsGigEVision()

    Declaration
    bool IsGigEVision()
    Returns
    Type Description
    bool
    View Source

    IsPleoraPowered()

    Declaration
    bool IsPleoraPowered()
    Returns
    Type Description
    bool
    View Source

    IsUSB3Vision()

    Declaration
    bool IsUSB3Vision()
    Returns
    Type Description
    bool
    View Source

    ReadMemory(byte[], long, long)

    Declaration
    PvResult ReadMemory(byte[] aBuffer, long aAddress, long aLength)
    Parameters
    Type Name Description
    byte[] aBuffer
    long aAddress
    long aLength
    Returns
    Type Description
    PvResult
    View Source

    ReadRegister(long, out uint)

    Declaration
    PvResult ReadRegister(long aAddress, out uint aValue)
    Parameters
    Type Name Description
    long aAddress
    uint aValue
    Returns
    Type Description
    PvResult
    View Source

    RegisterEventSink(SWIGTYPE_p_IPvDeviceEventSink)

    Declaration
    PvResult RegisterEventSink(SWIGTYPE_p_IPvDeviceEventSink aEventSink)
    Parameters
    Type Name Description
    SWIGTYPE_p_IPvDeviceEventSink aEventSink
    Returns
    Type Description
    PvResult
    View Source

    RegisterGenInvalidator(string)

    Declaration
    PvResult RegisterGenInvalidator(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    PvResult
    View Source

    SetGenBooleanValue(string, bool)

    Declaration
    PvResult SetGenBooleanValue(string aParameterName, bool aValue)
    Parameters
    Type Name Description
    string aParameterName
    bool aValue
    Returns
    Type Description
    PvResult
    View Source

    SetGenEnumValue(string, string)

    Declaration
    PvResult SetGenEnumValue(string aParameterName, string aEnumEntry)
    Parameters
    Type Name Description
    string aParameterName
    string aEnumEntry
    Returns
    Type Description
    PvResult
    View Source

    SetGenRegisterData(string, byte[], long)

    Declaration
    PvResult SetGenRegisterData(string aParameterName, byte[] aDataBuffer, long aByteCount)
    Parameters
    Type Name Description
    string aParameterName
    byte[] aDataBuffer
    long aByteCount
    Returns
    Type Description
    PvResult
    View Source

    UnregisterEventSink(SWIGTYPE_p_IPvDeviceEventSink)

    Declaration
    PvResult UnregisterEventSink(SWIGTYPE_p_IPvDeviceEventSink aEventSink)
    Parameters
    Type Name Description
    SWIGTYPE_p_IPvDeviceEventSink aEventSink
    Returns
    Type Description
    PvResult
    View Source

    UnregisterGenInvalidator(string)

    Declaration
    PvResult UnregisterGenInvalidator(string aParameterName)
    Parameters
    Type Name Description
    string aParameterName
    Returns
    Type Description
    PvResult
    View Source

    WaitForMessagingChannelIdle(uint)

    Declaration
    PvResult WaitForMessagingChannelIdle(uint aTimeout)
    Parameters
    Type Name Description
    uint aTimeout
    Returns
    Type Description
    PvResult
    View Source

    WriteMemory(byte[], long, long)

    Declaration
    PvResult WriteMemory(byte[] aBuffer, long aAddress, long aLength)
    Parameters
    Type Name Description
    byte[] aBuffer
    long aAddress
    long aLength
    Returns
    Type Description
    PvResult
    View Source

    WriteRegister(long, uint)

    Declaration
    PvResult WriteRegister(long aAddress, uint aValue)
    Parameters
    Type Name Description
    long aAddress
    uint aValue
    Returns
    Type Description
    PvResult
    • View Source
    In this article
    Back to top Generated by DocFX