DfuEvent.DfuErrorEvent

public static class DfuErrorEvent extends DfuEvent

This class extends the base DfuEvent class to represent an error event.

Gives more information such as the error code and an human readable message.

Fields

error

public final int error

The error code sent by the Nordic’s DFU service.

message

public final String message

The human readable error message sent by the Nordic’s DFU service.