ScanType

sealed class ScanType

Specifies the type of scan to do (range scan or sample scan) and associated parameters.

Create an instance using the ScanType.prefix, ScanType.range, or ScanType.sample companion factory methods.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Prefix : ScanType
Link copied to clipboard
class Range : ScanType
Link copied to clipboard
class Sample : ScanType

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard