PolarDeviceLog
public struct PolarDeviceLog
Represents a log file fetched from a Polar device.
path: the file path on the device (e.g. “/ERRORLOG.BPB”)data: the raw file contents
-
The file path on the device (e.g. “/ERRORLOG.BPB”)
Declaration
Swift
public let path: String -
The raw file contents
Declaration
Swift
public let data: Data -
Undocumented
Declaration
Swift
public init(path: String, data: Data)