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

    Enum PvResult.Code.CodeEnum

    Enumeration of all possible result codes.

    Namespace: eBUSDotNet
    Assembly: eBUSDotNet.dll
    Syntax
    public enum PvResult.Code.CodeEnum

    Fields

    Name Description
    ABORTED

    The operation was aborted

    AUTO_ABORTED

    Buffer reception failed.

    BAD_VERSION

    Some component versions are not compatible.

    BUFFER_TOO_SMALL

    The buffer was not large enough to hold the payload of the block being received

    BUSY

    The resource requested is already in use.

    CANCEL

    The user closed a dialog and the operation was not performed

    CANNOT_OPEN_FILE

    The file doesn't exist or can't be opened.

    CANT_READ_MANIFEST

    The manifest table of the device could not be read

    CORRUPTED_DATA

    The data is corrupted.

    ERR_OVERFLOW

    Overflow occurred.

    FILE_ERROR

    A file operation error occured.

    GENERIC_ERROR

    An undefined error occurred.

    GENICAM_XML_ERROR

    The GenICam XML file could not be loaded into GenApi.

    IMAGE_ERROR

    Error with an image.

    INVALID_DATA_FORMAT

    The data format is not supported for the requested operation.

    INVALID_PARAMETER

    A parameter passed to the method is invalid.

    MISSING_PACKETS

    Some packets are missing in the buffer.

    NETWORK_CONFIG_ERROR

    A network configuration error occurred while performing the requested operation.

    NETWORK_ERROR

    A network error occurred while performing the requested operation.

    NOT_CONNECTED

    The object (#PvDevice or #PvStream object) isn't connected.

    NOT_ENOUGH_MEMORY

    Not enough memory.

    NOT_FOUND

    The expected item wasn't found.

    NOT_IMPLEMENTED

    The requested feature or functionality is not implemented.

    NOT_INITIALIZED

    An error code hasn't been set.

    NOT_SUPPORTED

    The requested feature or functionality is not supported.

    NO_AVAILABLE_DATA

    There is no available data to enumerate.

    NO_LICENSE

    An eBUS SDK license is missing.

    NO_MORE_ENTRY

    There are no more entries to retrieve/enumerate.

    NO_MORE_ITEM

    No more of what was requested is currently available.

    OK

    Success! (Immediate.)

    PENDING

    Success! (Pending.)

    RESENDS_FAILURE

    Failure to receive all missing packets for a buffer through resend packets.

    RESYNC

    Kick out of the driver because of a forced resynchronisation.

    STATE_ERROR

    The method is (probably) legal, but the system's current state doesn't allow the action.

    THREAD_ERROR

    An error occurred while attempting to perform an operation on a thread like starting, stopping or changing priority.

    TIMEOUT

    The operation timed out.

    TOO_MANY_CONSECUTIVE_RESENDS

    Buffer reception failed, consecutive missing buffers higher than allowed.

    TOO_MANY_RESENDS

    Too many resend packets were requested, buffer acquisition failure.

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