ZTSegmentData

abstract class ZTSegmentData(data: ByteArray) : Serializable

ZTSegmentData

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTSegmentData
Link copied to clipboard
fun ZTSegmentData(data: ByteArray)

Functions

asRawString
Link copied to clipboard
fun asRawString(): String
parse
Link copied to clipboard
abstract fun parse(): ZTSegmentData

Properties

id
Link copied to clipboard
var id: Int? = null
type
Link copied to clipboard
val type: String