DfuEvent

public class DfuEvent

This class represents a Kallisto device DFU event and holds information such as the event type, the timestamp and the device that generated this event.

Fields

kallisto

public final Kallisto kallisto

The Kallisto device that generated this event.

timestamp

public final long timestamp

The time at which the event happened in milliseconds. Generated with System.currentTimeMillis().

type

public final DfuEventType type

This event type.