Thanks for you reply. The code is the below.
//Starts searching
Epos2FilterOption *filterOption = nil;
filterOption = [[Epos2FilterOption alloc] init];
filterOption.porttype = EPOS2_PORTTYPE_ALL;
filterOption.broadcast = @"255.255.255.255";
filterOption.deviceModel = EPOS2_MODEL_ALL;
filterOption.deviceType = EPOS2_TYPE_ALL;
result = [Epos2Discovery start:filterOption Delegate:self];
if (result != EPOS2_CODE_SUCCESS) {
//Displays error messages
}
PORTYE is tcpip
Topic:
Privacy & Security
SubTopic:
General
Tags: