The utils module

The utils module contains utility functions used throughout the system.

pysiriproxy.utils.characterToHex(character)[source]

Convert a single character to hexadecimal.

  • character – The character to convert to hexadecimal
pysiriproxy.utils.toHex(string, separator=' ')[source]

Convert a string to hexadecimal.

  • string – The string to convert to hexadecimal
  • seperator – The seperator to use between each character

Previous topic

The utf module

Next topic

Object filters

This Page