SharedBytes

data class SharedBytes(    var address: Long,     var elementCount: Int,     var bytesPerElement: Int)

Constructors

Link copied to clipboard
fun SharedBytes(    address: Long,     elementCount: Int,     bytesPerElement: Int)

Properties

Link copied to clipboard
var address: Long
Link copied to clipboard
var bytesPerElement: Int
Link copied to clipboard
var elementCount: Int