CellularLogs

public protocol CellularLogs : Instrument

CellularLogs instrument.

This instrument gives access to log messages related to cellular network emitted by the drone.

This instrument can be retrieved by:

drone.getInstrument(Instruments.cellularLogs)
  • Log messages related to cellular network.

    Declaration

    Swift

    var messages: [String] { get }