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 SClKeepAliveClientStates

    Namespace
    SWConfigDataClientLib.Proxies.Admin
    Assembly
    IpPbxCDSClientLib.dll

    Describes the state of an IFB client.

    public class SClKeepAliveClientStates
    Inheritance
    object
    SClKeepAliveClientStates

    Constructors

    SClKeepAliveClientStates()

    Default contructor

    public SClKeepAliveClientStates()

    Fields

    m_Transport

    protected TSClKeepAliveClientStates m_Transport

    Field Value

    TSClKeepAliveClientStates

    Properties

    Active

    this client instance is the active instance

    public bool Active { get; }

    Property Value

    bool

    BoundToMss

    the client is bound to the MSS

    public bool BoundToMss { get; }

    Property Value

    bool

    BoundToSss

    the client is bound to the SSS

    public bool BoundToSss { get; }

    Property Value

    bool

    ClientType

    type of client

    public StandbyClientType ClientType { get; }

    Property Value

    StandbyClientType

    IsAlive

    client is alive (i.e. it does send keep-alive messages)

    public bool IsAlive { get; }

    Property Value

    bool

    Name

    name of instance (usually the name of the host running the instance)

    public string Name { get; }

    Property Value

    string

    Port

    clients port

    public ushort Port { get; }

    Property Value

    ushort

    PrimaryInstance

    name of instance which is backed up by this instance

    public string PrimaryInstance { get; }

    Property Value

    string

    Timeout

    Timeout for keep-alive.

    public uint Timeout { get; }

    Property Value

    uint

    m_IpAddress

    clients IP address used for the keep-alive connection

    public byte[] m_IpAddress { get; }

    Property Value

    byte[]
    © Enreach GmbH