Enumeration

TraversityDiscovererStatus

since: 0.1

Declaration

enum Traversity.DiscovererStatus

Description [src]

A status that represents the state of a TraversityDiscoverer.

Available since: 0.1

Members

TRAVERSITY_DISCOVERER_STATUS_UNDISCOVERED

A discovery attempt has not yet been made.

  • Value: -1
  • Available since: 0.1
TRAVERSITY_DISCOVERER_STATUS_UNABLE_TO_DISCOVER

The most recent discovery attempt failed.

  • Value: 0
  • Available since: 0.1
TRAVERSITY_DISCOVERER_STATUS_DISCOVERING

A discovery attempt is in progress.

  • Value: 1
  • Available since: 0.1
TRAVERSITY_DISCOVERER_STATUS_DISCOVERED

The most recent discovery attempt was successful.

  • Value: 2
  • Available since: 0.1