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
      • GenDCComponentFlagsGroup
      • GenDCComponentHeader
      • GenDCComponentHeaderBase
      • GenDCComponentType
      • GenDCContainerFlagsGroup
      • GenDCContainerHeader
      • GenDCContainerHeaderBase
      • GenDCContainerVariableFieldsGroup
      • GenDCFlowTable
      • GenDCFlowTableHeader
      • GenDCGenericPartType
      • GenDCHeaderType
      • GenDCInfoTypeSpecificH264
      • GenDCInfoTypeSpecificH264.H264Flags
      • GenDCInfoTypeSpecificJPEG
      • GenDCPartFlagsGroup
      • GenDCPartHeader
      • GenDCPartHeader1D
      • GenDCPartHeader1DBase
      • GenDCPartHeader2D
      • GenDCPartHeader2DBase
      • GenDCPartHeaderBase
      • GenDCPartHeaderGenICamChunk
      • GenDCPartHeaderGenICamXML
      • GenDCPartHeaderH264
      • GenDCPartHeaderJPEG
      • GenDCPartHeaderJPEG2000
      • GenDCPartType
      • GenDCPredefinedComponentValue
      • GenDCPredefinedPartValue
      • GenDCPredefinedValue16
      • GenDCPredefinedValue32
      • GenDCPredefinedValue64
      • GenDCReservedValue
      • GenDCSignature
      • GenDCVersionValue
      • IPvChunkData
      • IPvFilter
      • IPvGenDCChunkData
      • IPvGenDCChunkWriter
      • IPvGenDCImage
      • IPvGenDCManager
      • IPvGenericDataComponent
      • IPvGenericDataContainer
      • IPvGenericDataPart
      • IPvH264AccessUnit
      • IPvImage
      • IPvImageJPEG
      • IPvMultiPartContainer
      • IPvMultiPartContainerReader
      • IPvMultiPartContainerWriter
      • IPvMultiPartSection
      • OnDeviceFoundHandler
      • OnParameterUpdateHandler
      • PvBuffer
      • PvChunkData
      • PvComponentType
      • PvCompressionFilter
      • PvDeInterlacer
      • PvDecompressionFilter
      • PvDeviceClass
      • PvDeviceInfo
      • PvDeviceInfoGEV
      • PvDeviceInfoPleoraProtocol
      • PvDeviceInfoType
      • PvDeviceInfoU3V
      • PvDeviceInfoUSB
      • PvDeviceType
      • PvEncodingEnum
      • PvException
      • PvFPSStabilizer
      • PvGenAccessMode
      • PvGenBoolean
      • PvGenCache
      • PvGenCategory
      • PvGenCommand
      • PvGenDCPart1DFields
      • PvGenDCPart2DFields
      • PvGenDCPartH264Fields
      • PvGenDCPartH264Fields.H264Flags
      • PvGenDCPartMetadataFields
      • PvGenDCPartType
      • PvGenDCVariableField
      • PvGenEndianness
      • PvGenEnum
      • PvGenEnumEntry
      • PvGenEventSink
      • PvGenEventSinkSwigInterface
      • PvGenFile
      • PvGenFloat
      • PvGenInteger
      • PvGenNameSpace
      • PvGenOpenMode
      • PvGenParameter
      • PvGenParameterArray
      • PvGenParameterList
      • PvGenRefresh
      • PvGenRegister
      • PvGenRepresentation
      • PvGenSign
      • PvGenStateStack
      • PvGenString
      • PvGenType
      • PvGenVisibility
      • PvImage
      • PvInterface
      • PvInterfaceType
      • PvMultiPartDataType
      • PvNetworkAdapter
      • PvPayloadType
      • PvPixelType
      • PvPleoraCompressed
      • PvRawData
      • PvResult
      • PvResult.Code
      • PvResult.Code.CodeEnum
      • PvSessionInfo
      • PvString
      • PvStringList
      • PvSystem
      • PvSystemEventSink
      • PvTapFilter
      • PvTapGeometryEnum
      • PvTftpClient
      • PvUSBHostController
      • PvUSBSpeed
      • PvUSBStatus
      • SWIGTYPE_p_PV_GENAPI_NS__INode
      • SWIGTYPE_p_PV_GENAPI_NS__INodeMap
      • SWIGTYPE_p_long_long
      • SWIGTYPE_p_unsigned_char
      • SWIGTYPE_p_unsigned_long_long
      • eBUSDotNet
      • uint24_t

    Class PvDeviceInfoPleoraProtocol

    Information about a Pleora Protocol device.

    Inheritance
    object
    PvDeviceInfo
    PvDeviceInfoPleoraProtocol
    Implements
    IDisposable
    Inherited Members
    PvDeviceInfo.swigCMemOwn
    PvDeviceInfo.Dispose()
    PvDeviceInfo.Copy()
    PvDeviceInfo.GetType()
    PvDeviceInfo.GetInterface()
    PvDeviceInfo.VendorName
    PvDeviceInfo.ModelName
    PvDeviceInfo.Version
    PvDeviceInfo.ManufacturerInfo
    PvDeviceInfo.SerialNumber
    PvDeviceInfo.UserDefinedName
    PvDeviceInfo.LicenseMessage
    PvDeviceInfo.DisplayID
    PvDeviceInfo.UniqueID
    PvDeviceInfo.ConnectionID
    PvDeviceInfo.IsConfigurationValid
    PvDeviceInfo.IsLicenseValid
    PvDeviceInfo.Class
    PvDeviceInfo.Type
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: eBUSDotNet
    Assembly: eBUSDotNet.dll
    Syntax
    public class PvDeviceInfoPleoraProtocol : PvDeviceInfo, IDisposable

    Constructors

    View Source

    PvDeviceInfoPleoraProtocol()

    Constructor.

    Declaration
    public PvDeviceInfoPleoraProtocol()

    Properties

    View Source

    DefaultGateway

    Gets the default gateway of the Pleora protocol device.

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

    DeviceID

    Gets the device identifier.

    Declaration
    public byte DeviceID { get; }
    Property Value
    Type Description
    byte
    View Source

    IPAddress

    Gets the IP address of the Pleora protocol device.

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

    MACAddress

    Gets the MAC address of the Pleora protocol device.

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

    ModuleID

    Gets the module identifier.

    Declaration
    public byte ModuleID { get; }
    Property Value
    Type Description
    byte
    View Source

    SoftwareMajor

    Gets the major software version.

    Declaration
    public byte SoftwareMajor { get; }
    Property Value
    Type Description
    byte
    View Source

    SoftwareMinor

    Gets the minor software version.

    Declaration
    public byte SoftwareMinor { get; }
    Property Value
    Type Description
    byte
    View Source

    SubID

    Gets the sub-identifier.

    Declaration
    public byte SubID { get; }
    Property Value
    Type Description
    byte
    View Source

    SubnetMask

    Gets the subnet mask of the Pleora protocol device.

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

    VendorID

    Gets the vendor identifier.

    Declaration
    public byte VendorID { get; }
    Property Value
    Type Description
    byte

    Methods

    View Source

    Assign(PvDeviceInfoPleoraProtocol)

    Equal operator: copies the object.

    Declaration
    public PvDeviceInfoPleoraProtocol Assign(PvDeviceInfoPleoraProtocol arg0)
    Parameters
    Type Name Description
    PvDeviceInfoPleoraProtocol arg0

    The source for the copy.

    Returns
    Type Description
    PvDeviceInfoPleoraProtocol

    Reference to the object aFrom was copied to.

    View Source

    Dispose(bool)

    Dispose

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    PvDeviceInfo.Dispose(bool)

    Implements

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