NetworkStatus

enum NetworkStatus : Enum<Reader.NetworkStatus>

Contains possible states for the network connectivity status of the reader

Entries

Link copied to clipboard
OFFLINE("offline")
Link copied to clipboard
ONLINE("online")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val status: String