pyuaf.client.subscriptionstates

This module defines the subscription states, from the point of view of the client.

  • Attributes:

    subscriptionstates.Created = 0

    The subscription is established.

    subscriptionstates.Deleted = 1

    The subscription is not established.

  • Functions:

    pyuaf.client.subscriptionstates.toString(subscriptionState)

    Get a string representation of the subscription state.

    Parameters:subscriptionState (int) – The subscription state, e.g. pyuaf.client.subscriptionstates.Created.
    Returns:The name of the subscription state, e.g. ‘Created’.
    Return type:str