UUID

constructor(value: String)

Parameters

value

hex representation of 128bit UUID (eg. "00010203-0405-0607-0809-0a0b0c0d0e0f")


constructor(value: ByteArray)

Parameters

value

ByteArray representation of 128bit UUID

For example 00010203-0405-0607-0809-0a0b0c0d0e0f should be represented as [x00 x01 x02 x03 x04 x05 x06 x07 x08 x09 x0a x0b x0c x0e x0f] array of bytes