Cognex Mobile Barcode Network Discovery SDK
SDK for supporting communication with Cognex Barcode Reader devices
|
Information that describes a discovered system. More...
#import <CNMCogNamerDevice.h>
Properties | |
CNMCogNamerDeviceType | deviceType |
Gets the device type of the discovered system as Cognamer returns it. | |
NSString * | type |
Gets the type of the discovered system. | |
NSString * | name |
Gets the name of the discovered system. | |
NSString * | ipAddress |
Gets the IP address of the discovered system. | |
int | port |
The port on which the discovered system is listening for DMCC communication. | |
NSString * | subnetMask |
Gets the subnet mask of the discovered system. | |
NSString * | defaultGateway |
Gets the default gateway of the discovered system. | |
NSString * | macAddressFormatted |
Gets the formatted MAC address of the discovered system. | |
NSData * | macAddress |
Gets the MAC address of the discovered system. | |
NSString * | serialNumber |
Gets the serial number of the discovered system. | |
BOOL | isDhcpEnabled |
Gets the enabled state of DHCP of the discovered system. | |
NSString * | modelNumber |
Gets the model number of the discovered system. | |
NSString * | firmwareVersion |
Gets the firmware version of the discovered system. | |
NSString * | systemDescription |
Description of the discovered system. | |
bool | isLinkLocalIP |
Is this link local ip. | |
NSString * | domain |
Domain of the discovered system. | |
NSString * | dnsServer |
Dns server of the discovered system. | |
EthernetDeviceScope | scope |
Used to indicate where the device exists relative to the local host. | |
Information that describes a discovered system.