BleService
Class: BleService
The entry point for the Cartrack BLE Lock SDK. Call BleService.getTerminal(terminalID:) with a Terminal ID to obtain a BleTerminal instance.
Methods
getTerminal(terminalID:)
Get an instance of BleTerminal
public static func getTerminal(terminalID: String) -> BleTerminal
Parameters
terminalID: String- Terminal ID with maximum length of 11 characters
Returns
BleTerminal - An instance of BleTerminal for the specified terminal ID
See Also
- BleTerminal - Terminal interaction interface
- BleTerminalDelegate - For handling terminal events