ESTTelemetryNotificationSystemStatus

Deprecated

Deprecated since 4.31.0.


@interface ESTTelemetryNotificationSystemStatus
    : NSObject <ESTTelemetryNotificationProtocol>

ESTTelemetryNotificationSystemStatus class is used to initialize block that will be fired everytime new telemetry packet was ranged. As a parameter of ESTTelemetryNotificationSystemStatusNotificationBlock expect ESTTelemetryInfoSystemStatus object that transmits system status information (battery voltage and OS uptime)

  • This init takes notificationBlock as a parameter, which will be fired with every telemetry packet discovered.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithNotificationBlock:
        (nonnull ESTTelemetryNotificationSystemStatusNotificationBlock)block;

    Swift

    init(notificationBlock block: @escaping ESTTelemetryNotificationSystemStatusNotificationBlock)

    Parameters

    block

    ESTTelemetryNotificationSystemStatusNotificationBlock