DiscoveryProperties Enumeration

CVB.Net Documentation
Properties which can be queried from a DiscoveryInformation entry.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum DiscoveryProperties
Members

  Member nameValueDescription
InterfaceSubNetList2000 Ethernet interface only: subnet list.
InterfaceMac2001 Ethernet interface only: MAC address.
InterfaceTLType2002 Interface only: GenTL transport layer type.
InterfaceDisplayName2003 Interface only: Human readable name of the interface.
InterfaceDriverType2004 Interface only: for Stemmer Imaging GEVTL type.
InterfaceId2005 Interface only: GenTL identifier of the interface.
DeviceTransportLayerType3000 Device only: GenTL transport layer type.
DeviceUsername3001 Device only: User configured name.
DeviceSerialNumber3002 Device only: Serial number.
DeviceMac3003 Ethernet device only: MAC address.
DeviceIP3004 Ethernet device only: IP address.
DeviceSubnetMask3005 Ethernet device only: Subnet mask.
DeviceUsbVendorId3006 USB device only: USB vendor identifier.
DeviceUsbProductId3007 USB device only: USB product identifier.
DeviceVendor3008 Device only: Vendor name.
DeviceModel3009 Device only: Model name.
DeviceId3010 Device only: GenTL identifier of the interface.
DeviceAccessStatus3011 Device only: accessibility status.
TransportLayerId4000 Unique identifier of the GenTL Producer.
TransportLayerPath4001 File path of the CTI file (GenTL Producer library).
TransportLayerVendor4002 Vendor name of the GenTL Producer.
See Also

Reference