Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-testing
/
org.meshtastic.core.testing
/
FakeBleWrite
Fake
Ble
Write
class
FakeBleWrite
(
val
characteristic
:
BleCharacteristic
,
val
data
:
ByteArray
,
val
writeType
:
BleWriteType
)
(
source
)
Members
Constructors
Fake
Ble
Write
Link copied to clipboard
constructor
(
characteristic
:
BleCharacteristic
,
data
:
ByteArray
,
writeType
:
BleWriteType
)
Properties
characteristic
Link copied to clipboard
val
characteristic
:
BleCharacteristic
data
Link copied to clipboard
val
data
:
ByteArray
write
Type
Link copied to clipboard
val
writeType
:
BleWriteType
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int