Novell ZENworks Endpoint Security Management 3.5 Manual De Usuario

Descargar
Página de 245
ZENworks® ESM 3.5
Administrator’s Manual
200
//Action.EnableAdapterType (false, eWIRELESS );
}
else
{
Action.Trace("NO Wired connection found.");
}
//check if there is a wireless connection
if (Wireless)
{
Action.Trace ("Wireless Connection Only!");
Action.WiredDisabledState ( eDisableAccess , 0);
Action.DialupDisabledState ( eDisableAccess , 0);
//alternative call
//Action.EnableAdapterType (false, eDIALUPCONN );
//Action.EnableAdapterType (false, eWIRED );
}
else
{
Action.Trace("NO Wireless connection found.");
}
//check if there is a modem connection
if (Dialup)
{
Action.Trace ("Dialup Connection Only!");
Action.WiredDisabledState ( eDisableAccess , 0);
Action.WiFiDisabledState ( eDisableAccess , 0);
//alternative call
//Action.EnableAdapterType (false, eWIRED );