Cognex Mobile Barcode Network Discovery SDK
SDK for supporting communication with Cognex Barcode Reader devices
CNMSystemDiscoveredDelegate.h
Go to the documentation of this file.
1 //
2 // CNMSystemDiscoveredDelegate.h
3 // CogNamerApp
4 //
5 // Created by Krisztian Gyuris on 28/08/14.
6 // Copyright (c) 2014 Krisztian Gyuris. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "CNMCogNamerDevice.h"
11 
12 @protocol CNMSystemDiscoveredDelegate <NSObject>
13 
18 - (void)deviceDiscovered:(CNMCogNamerDevice *)device;
19 
20 @end
Information that describes a discovered system.
Definition: CNMCogNamerDevice.h:23