UnknownIdentifier Class

Represents an identifier of an unknown type. It will be encountered in communications with endpoints that are not identifiable by this version of the SDK. :ivar identifier: Unknown communication identifier. :vartype identifier: str :param identifier: Value to initialize UnknownIdentifier. :type identifier: str

Inheritance
builtins.object
UnknownIdentifier

Constructor

UnknownIdentifier(identifier)

Parameters

identifier