Functions | |
def | extensionobject_from_binary |
def | extensionobject_to_binary |
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.
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.