endurox.Bfprint

endurox.Bfprint(fbfr: object, iop: object) None

Print UBF buffer to specified stream.

For more details see Bfprint(3) C API call.

Raises:

UbfException

Following error codes may be present:
BALIGNERR - Invalid ATMI buffer format, not UBF.
BNOTFLD - Not UBF buffer.

Parameters:
  • fbfr (dict) – ATMI buffer on which to test the expression.

  • iop (file) – Output stream in write mode.