data class ReadResponse
Response type for the IODomain.read command.
<init> |
Response type for the IODomain.read command. ReadResponse(base64Encoded: Boolean? = null, data: String, eof: Boolean) |
base64Encoded |
Set if the data is base64-encoded val base64Encoded: Boolean? |
data |
Data that were read. val data: String |
eof |
Set if the end-of-file condition occured while reading. val eof: Boolean |