* Creates byt buffer containing one unsigned byte.
* @return the byte buffer with one unsingned byte
*/
protected ByteBuffer getValueData() throws ValueNotSetException {
ByteBuffer valueBuf = new ByteBuffer();
valueBuf.appendByte(encodeUnsigned(getValue()));
return valueBuf;
}
/**
* Sets the value of the TLV to the new value.