![background image](http://html2.mh-extra.com/html/idtech/vivopay-neo-2/vivopay-neo-2_manual_3769953095.webp)
13.7 IDT_NEO2 Class Reference
85
13.7.2
Method Documentation
13.7.2.1
- (void) close
Close Device
13.7.2.2
- (RETURN_CODE) config_getSerialNumber: (NSString
∗∗
)
response
Polls device for Serial Number
Parameters
response
Returns Serial Number
Returns
RETURN_CODE: Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with
13.7.2.3
- (RETURN_CODE) config_setBluetoothParameters: (NSString
∗
)
name
oldPW:(NSString
∗
)
oldPW
newPW:(NSString
∗
)
newPW
Set BluetoothParameters
Sets the name and password for the BLE module.
Sending nil to all three parameters resets the default password to 123456
Parameters
name
Device name, 1-25 characters
oldPW
Old password, as a six character string, example "123456"
newPW
New password, as a six character string, example "654321"
Returns
RETURN_CODE: Values can be parsed with device_getResponseCodeString
13.7.2.4
- (RETURN_CODE) ctls_cancelTransaction
Cancels Transaction request (all interfaces, CTLS/MSR/INSERT).
Returns
RETURN_CODE: Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with
13.7.2.5
- (RETURN_CODE) ctls_getConfigurationGroup: (int)
group
response:(NSDictionary
∗∗
)
response
Get Configuration Group
Retrieves the Configuration for the specified Group. Group 0 = terminal settings.
IDTech iOS SDK Guide for NEO2 #80152802-001