Cognex Mobile Barcode Network Discovery SDK
SDK for supporting communication with Cognex Barcode Reader devices
CNMCogNamerDevice Class Reference

Information that describes a discovered system. More...

#import <CNMCogNamerDevice.h>

Inheritance diagram for CNMCogNamerDevice:

Properties

CNMCogNamerDeviceType deviceType
 Gets the device type of the discovered system as Cognamer returns it. More...
 
NSString * type
 Gets the type of the discovered system. More...
 
NSString * name
 Gets the name of the discovered system. More...
 
NSString * ipAddress
 Gets the IP address of the discovered system. More...
 
int port
 The port on which the discovered system is listening for DMCC communication. More...
 
NSString * subnetMask
 Gets the subnet mask of the discovered system. More...
 
NSString * defaultGateway
 Gets the default gateway of the discovered system. More...
 
NSString * macAddressFormatted
 Gets the formatted MAC address of the discovered system. More...
 
NSData * macAddress
 Gets the MAC address of the discovered system. More...
 
NSString * serialNumber
 Gets the serial number of the discovered system. More...
 
BOOL isDhcpEnabled
 Gets the enabled state of DHCP of the discovered system. More...
 
NSString * modelNumber
 Gets the model number of the discovered system. More...
 
NSString * firmwareVersion
 Gets the firmware version of the discovered system. More...
 
NSString * systemDescription
 Description of the discovered system. More...
 
bool isLinkLocalIP
 Is this link local ip. More...
 
NSString * domain
 Domain of the discovered system. More...
 
NSString * dnsServer
 Dns server of the discovered system. More...
 
EthernetDeviceScope scope
 Used to indicate where the device exists relative to the local host. More...
 

Detailed Description

Information that describes a discovered system.

Property Documentation

◆ defaultGateway

- (NSString*) defaultGateway
readwriteatomic

Gets the default gateway of the discovered system.

◆ deviceType

- (CNMCogNamerDeviceType) deviceType
readwriteatomic

Gets the device type of the discovered system as Cognamer returns it.

◆ dnsServer

- (NSString*) dnsServer
readwriteatomic

Dns server of the discovered system.

◆ domain

- (NSString*) domain
readwriteatomic

Domain of the discovered system.

◆ firmwareVersion

- (NSString*) firmwareVersion
readwriteatomic

Gets the firmware version of the discovered system.

◆ ipAddress

- (NSString*) ipAddress
readwriteatomic

Gets the IP address of the discovered system.

◆ isDhcpEnabled

- (BOOL) isDhcpEnabled
readwriteatomic

Gets the enabled state of DHCP of the discovered system.

◆ isLinkLocalIP

- (bool) isLinkLocalIP
readwriteatomic

Is this link local ip.

◆ macAddress

- (NSData*) macAddress
readwriteatomic

Gets the MAC address of the discovered system.

◆ macAddressFormatted

- (NSString*) macAddressFormatted
readwriteatomic

Gets the formatted MAC address of the discovered system.

◆ modelNumber

- (NSString*) modelNumber
readwriteatomic

Gets the model number of the discovered system.

◆ name

- (NSString*) name
readwriteatomic

Gets the name of the discovered system.

◆ port

- (int) port
readwriteatomic

The port on which the discovered system is listening for DMCC communication.

◆ scope

- (EthernetDeviceScope) scope
readwriteatomic

Used to indicate where the device exists relative to the local host.

◆ serialNumber

- (NSString*) serialNumber
readwriteatomic

Gets the serial number of the discovered system.

◆ subnetMask

- (NSString*) subnetMask
readwriteatomic

Gets the subnet mask of the discovered system.

◆ systemDescription

- (NSString*) systemDescription
readwriteatomic

Description of the discovered system.

◆ type

- (NSString*) type
readwriteatomic

Gets the type of the discovered system.


The documentation for this class was generated from the following file: