CGA_Bluetooth_Service_DeviceInfo
public class CGA_Bluetooth_Service_DeviceInfo : CGA_Bluetooth_Service
This adds some specialized accessors.
-
This returns The manufacturer name for the Service (if provided).
Declaration
Swift
public var manufacturerName: String? { get } -
This returns The model number for the Service (if provided).
Declaration
Swift
public var modelNumber: String? { get }
View on GitHub
CGA_Bluetooth_Service_DeviceInfo Class Reference