sarkit.cphd.HexType

class HexType

Transcoder for HEX XML parameter types.

Methods

make_elem(tag, val)

Create a new XML element.

parse_elem(elem)

Returns a byte string constructed from the string elem.text.

set_elem(elem, val)

Set elem.text to a hex string representation of the byte string val.