IAX specific account configuration.
More...
#include <IAXConfig.h>
|
|
| 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 |
| |
|
|
ZDK::IIAXConfig * | cppRef = nullptr |
| |
|
| 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...
|
| |
IAX specific account configuration.
◆ IsEqual()
Compares the current configuration with the given one.
- Parameters
-
| [in] | comp | IAX configuration to be compared |
- Returns
-
◆ CallerID
| System:: String^ ZDK_NET::IAXConfig::CallerID |
|
getset |
Configures the caller ID used for identification.
- Parameters
-
| [in] | value | The caller ID to be used |
◆ CallerNumber
| System:: String^ ZDK_NET::IAXConfig::CallerNumber |
|
getset |
Configures the caller number used for identification.
- Parameters
-
| [in] | value | The caller number to be used |
◆ Context
| System:: String^ ZDK_NET::IAXConfig::Context |
|
getset |
Configures the context to be used.
- Parameters
-
◆ Host
| System:: String^ ZDK_NET::IAXConfig::Host |
|
getset |
Configures the server/host address to be used.
- Parameters
-
| [in] | value | The server/host address |
The documentation for this class was generated from the following file: