summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_lineaux.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_lineaux.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_lineaux.txt52
1 files changed, 52 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_lineaux.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_lineaux.txt
new file mode 100644
index 0000000..a67e4ce
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 4006 Sup 3/fnc_lineaux.txt
@@ -0,0 +1,52 @@
+// Functions
+
+// exit
+lineauxC.exit.enter = function ()
+{
+
+}
+// end
+lineauxC.addSC("end");
+lineauxC.end.enter = globalC.exit.enter;
+
+
+// login
+lineauxC.login.enter = true;
+{
+
+}
+
+// no login
+lineauxC.no.login.enter = true;
+{
+
+}
+
+
+// password
+lineauxC.password.mustEnter = function(subCNum)
+{
+
+}
+
+lineauxC.password.mustHelp = function(subCNum)
+{
+
+}
+
+// no password
+commands_deleteSubCommand("lineauxC.no.password", null, true);
+lineauxC.no.password.enter = function ()
+{
+
+}
+
+
+// interface
+commands_copyCommand("globalC", "lineauxC", "interface");
+lineauxC.interface.descript = null;
+
+// line
+commands_copyCommand("globalC", "lineauxC", "line");
+lineauxC.line.descript = null;
+