Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model
/
LogSearchManager
/
SearchMatch
Search
Match
data
class
SearchMatch
(
val
logIndex
:
Int
,
val
start
:
Int
,
val
end
:
Int
,
val
field
:
String
)
Members
Constructors
Search
Match
Link copied to clipboard
constructor
(
logIndex
:
Int
,
start
:
Int
,
end
:
Int
,
field
:
String
)
Properties
end
Link copied to clipboard
val
end
:
Int
field
Link copied to clipboard
val
field
:
String
log
Index
Link copied to clipboard
val
logIndex
:
Int
start
Link copied to clipboard
val
start
:
Int