ListenAction

public enum ListenAction

Indicates whether the current listen on a characteristic should continue or end.

  • Keep listening to the characteristic.

    Declaration

    Swift

    case keepListening
  • Stop listening to the characteristic.

    Declaration

    Swift

    case done