AntFsClientState

public enum AntFsClientState : UInt8

ANTFS Client State

  • Link

    Declaration

    Swift

    case link = 0
  • Authentication

    Declaration

    Swift

    case authentication = 1
  • Transport

    Declaration

    Swift

    case transport = 2
  • Busy

    Declaration

    Swift

    case busy = 3
  • Reserved

    Declaration

    Swift

    case reserved = 15