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

    Class PvProperty

    A name-value pair used to store application-specific configuration data.

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

    Constructors

    View Source

    PvProperty()

    Declaration
    public PvProperty()
    View Source

    PvProperty(PvProperty)

    Copy constructor.

    Declaration
    public PvProperty(PvProperty aProperty)
    Parameters
    Type Name Description
    PvProperty aProperty

    The property to copy.

    View Source

    PvProperty(string, string)

    Creates a new property with the specified name and value.

    Declaration
    public PvProperty(string aName, string aValue)
    Parameters
    Type Name Description
    string aName

    The name of the property.

    string aValue

    The value of the property.

    Fields

    View Source

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    View Source

    Name

    Gets or sets the name of the property.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Value

    Gets or sets the value of the property.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Assign(PvProperty)

    Copies the property from another instance.

    Declaration
    public PvProperty Assign(PvProperty aProperty)
    Parameters
    Type Name Description
    PvProperty aProperty

    The property to copy from.

    Returns
    Type Description
    PvProperty

    Reference to this property.

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(bool)

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

    ~PvProperty()

    Destructor.

    Declaration
    protected ~PvProperty()
    View Source

    GetValue(SWIGTYPE_p_double)

    Declaration
    public PvResult GetValue(SWIGTYPE_p_double aValue)
    Parameters
    Type Name Description
    SWIGTYPE_p_double aValue
    Returns
    Type Description
    PvResult
    View Source

    GetValue(out long)

    Gets the property value as a 64-bit integer.

    Declaration
    public PvResult GetValue(out long aValue)
    Parameters
    Type Name Description
    long aValue

    Output parameter to receive the integer value.

    Returns
    Type Description
    PvResult

    PV_OK on success, or an error code if the value cannot be converted.

    Implements

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