Functions | |
def | extensionobject_from_binary (data) |
def | extensionobject_to_binary (obj) |
def uaprotocol_auto_add.extensionobject_from_binary | ( | data | ) |
Convert binary-coded ExtensionObject to a Python object. Returns an object, or None if TypeId is zero
Definition at line 2 of file uaprotocol_auto_add.py.
def uaprotocol_auto_add.extensionobject_to_binary | ( | obj | ) |
Convert Python object to binary-coded ExtensionObject. If obj is None, convert to empty ExtensionObject (TypeId = 0, no Body). Returns a binary string
Definition at line 32 of file uaprotocol_auto_add.py.