Cognex Mobile Barcode SDK
SDK for supporting communication with Cognex Barcode Reader devices
|
Represents a DMCC response sent by a remote system. More...
#import <CDMResponse.h>
Instance Methods | |
(id) | - initWithResponseId:status:payload:binaryPayload: |
Properties | |
int | responseId |
Id of the response. | |
int | status |
Status of the response. | |
NSString * | payload |
Payload content. | |
NSData * | binaryPayload |
Binary data. | |
Represents a DMCC response sent by a remote system.