SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class UserStaticPSKSubscription

    Namespace
    SWConfigDataClientLib.Proxies.ChangeManagement.Subscriptions
    Assembly
    IpPbxCDSClientLib.dll

    Subscribing and receiving change notifications for pre shared key configuration. This subscription can only be used by the IpPbxSrv itself. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)

    public class UserStaticPSKSubscription : CallbackSubscription
    Inheritance
    object
    CallbackSubscription
    UserStaticPSKSubscription
    Inherited Members
    CallbackSubscription.m_eType
    CallbackSubscription.m_gSubcriptionID
    CallbackSubscription.m_iEntityID
    CallbackSubscription.m_gSubscriberID
    CallbackSubscription.AddCallback(OnCallback)
    CallbackSubscription.RemoveCallback(OnCallback)
    CallbackSubscription.Notify(CallbackEventArgs)
    CallbackSubscription.TraceNotify(CallbackEventArgs)
    CallbackSubscription.ContextNum
    CallbackSubscription.ContextText
    CallbackSubscription.SubscriptionTypeName
    CallbackSubscription.SubscriptionType
    CallbackSubscription.SubscriptionID
    CallbackSubscription.SubscriberID
    CallbackSubscription.EntityID
    CallbackSubscription.OnCallback

    Constructors

    UserStaticPSKSubscription()

    Initializes a new instance of the UserStaticPSKSubscription class

    public UserStaticPSKSubscription()

    Methods

    OnPSKChanged(TChangeInfo, byte[])

    Will be called after the pre shared key of an user has been changed

    public virtual void OnPSKChanged(TChangeInfo info, byte[] psk)

    Parameters

    info TChangeInfo
    psk byte[]

    The changed pre shared key

    Events

    PSKChanged

    Occurs after the pre shared key of an user has been changed

    public event OnPSKChanged PSKChanged

    Event Type

    OnPSKChanged
    © Enreach GmbH