Specifies optional startup and terminate setting of the telephony engine. The following flags can be ORed together to specify the startup flags value:

Flag ValueMeaning
ENABLE_START_AUDIO_SPLASHAn audible sound will be played when the telephony engine has completed its initialization tasks.
ENABLE_STOP_AUDIO_SPLASHAn audible sound will be played when the telephony engine has completed its shut down tasks.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public int StartupFlags
Visual Basic (Declaration)
Public StartupFlags As Integer
Visual C++
public:
int StartupFlags
J#
public int StartupFlags

See Also