pyuaf.client.connectionsteps

This module defines the steps during the connection process.

  • Attributes:

    connectionsteps.NoAttemptYet = 0

    Connection has not started yet.

    connectionsteps.CertificateValidation = 1

    Certificate validation step.

    connectionsteps.OpenSecureChannel = 2

    Opening a secure channel.

    connectionsteps.CreateSession = 3

    Creating the session.

    connectionsteps.ActivateSession = 4

    Activating the session.

    connectionsteps.Unknown = 5

    This connection step is unknown.

  • Functions:

    pyuaf.client.connectionsteps.toString(step)

    Get a string representation of the connection step.

    Parameters:step (int) – The connection step, e.g. pyuaf.client.connectionsteps.OpenSecureChannel.
    Returns:The name of the connection step, e.g. ‘OpenSecureChannel’.
    Return type:str