4.7. ISCPConnectParser
added in version 1.7.0
An interface to provide functions to generate commands to get the connection/disconnection status of the peripheral.
This interface is only for models which support the peripheral. For the supporting models, refer to Supported Peripherals .
Member
Name
Contents
Gets the connection/disconnection status of the peripheral.
4.7.1. connect
added in version 1.7.0
Gets the connection/disconnection status of the peripheral.
Executes after the completionHandler returns success .
Declaration
open func connect() -> Bool
Parameter
None
Return value
Contents
Type
The connection/disconnection status of the peripheral.
Bool