//
//  CDMStreamConnector.h
//  DataManSDK
//
//  Created by Ferenc Knebl on 02/12/14.
//  Copyright (c) 2014 Cognex Corporation. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "CDMConnectorProtocol.h"
#import "CDMConnectorDelegate.h"

#define CDM_ERROR_CODE_CONNECTION_TIMEOUT -100
#define CDM_ERROR_CODE_AUTHETICATION_FAILED -101

@interface CDMStreamConnector : NSObject<CDMConnectorProtocol, NSStreamDelegate>

@end
