TestimoX

API Reference

Enum

PortInventoryQueryFailureCode

Namespace ComputerX.Ports
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Typed failure codes for port inventory queries.

Inheritance

  • Enum
  • PortInventoryQueryFailureCode

Values

public const PortInventoryQueryFailureCode InvalidRequest #

Request was missing or malformed.

Value: 0
public const PortInventoryQueryFailureCode Cancelled #

Operation was canceled.

Value: 1
public const PortInventoryQueryFailureCode QueryFailed #

Query execution failed.

Value: 2