zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::IAXConfig Class Reference

IAX specific account configuration. More...

#include <IAXConfig.h>

Inheritance diagram for ZDK_NET::IAXConfig:
ZDK_NET::ZHandle

Public Member Functions

 IAXConfig (ZDK::Shared::IAXConfig src)
 
bool IsEqual (ZDK_NET::IAXConfig^ comp)
 Compares the current configuration with the given one. More...
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IIAXConfig * cppRef = nullptr
 

Properties

System::String^ Host [get, set]
 Configures the server/host address to be used. More...
 
System::String^ Context [get, set]
 Configures the context to be used. More...
 
System::String^ CallerID [get, set]
 Configures the caller ID used for identification. More...
 
System::String^ CallerNumber [get, set]
 Configures the caller number used for identification. More...
 

Detailed Description

IAX specific account configuration.

Member Function Documentation

◆ IsEqual()

bool ZDK_NET::IAXConfig::IsEqual ( ZDK_NET::IAXConfig comp)

Compares the current configuration with the given one.

Parameters
[in]compIAX configuration to be compared
Returns
  • 0 - not equal
  • 1 - equal

Property Documentation

◆ CallerID

System:: String^ ZDK_NET::IAXConfig::CallerID
getset

Configures the caller ID used for identification.

Parameters
[in]valueThe caller ID to be used

◆ CallerNumber

System:: String^ ZDK_NET::IAXConfig::CallerNumber
getset

Configures the caller number used for identification.

Parameters
[in]valueThe caller number to be used

◆ Context

System:: String^ ZDK_NET::IAXConfig::Context
getset

Configures the context to be used.

Parameters
[in]valueThe context

◆ Host

System:: String^ ZDK_NET::IAXConfig::Host
getset

Configures the server/host address to be used.

Parameters
[in]valueThe server/host address

The documentation for this class was generated from the following file: