RSAcknowledgeOn

public enum RSAcknowledgeOn : UInt8

Defines when an ackowledgement for a given command is sent

  • Acknowledgement should be sent immediately when a command is received

    Declaration

    Swift

    case received = 0
  • Acknowledgement should be sent after all work needed to process a command is done (user defined)

    Declaration

    Swift

    case finished