RemoteBindingSnapshot
data class RemoteBindingSnapshot(val identity: Long, val generation: Long, val acknowledged: Long, val value: ProjectionValue, val endpoint: Long)(source)
Detached source identity, replacement generation, edit confirmation, value, and current input endpoint.
Constructors
Link copied to clipboard
constructor(identity: Long, generation: Long, acknowledged: Long, value: ProjectionValue, endpoint: Long)