ServiceHttpProxy
@available(swift 4.0)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
open class ServiceHttpProxy : Service
BLE HTTP Proxy Service
This service allows a Client device, typically a sensor, to communicate with a Web Server through a gateway device. The gateway device implements the HTTP Proxy Service and therefore provides the services available through the Internet to the Client sensor device.
-
Service Name
Declaration
Swift
public static var name: String { get }
-
Service UUID
Declaration
Swift
public static var uuidString: String { get }
-
Service Uniform Identifier
Declaration
Swift
public static var uniformIdentifier: String { get }
-
Creates HTTP Proxy Service
Declaration
Swift
public init()