kuilt
Toggle table of contents
0.6.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
kuilt
kuilt-nearby
/
us.tractat.kuilt.nearby
/
PayloadReceived
Payload
Received
data
class
PayloadReceived
(
val
endpointId
:
String
,
val
bytes
:
ByteArray
)
A bytes payload from
endpointId
.
Members
Constructors
Payload
Received
Link copied to clipboard
constructor
(
endpointId
:
String
,
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
endpoint
Id
Link copied to clipboard
val
endpointId
:
String
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