Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Turns the client on and off

This command enables you to send remote script commands.

Functional area

Remote control

Command syntax

Syntax

client on/off/toggle [-port string] [-ip string]

Arguments

NameTypeRequiredComments
on/off/togglebooleanyesTurn the client on or off

Flags

NameFlag argumentsArgument typeExclusive toComments
port1stringSpecifies the port to use for the network socket connection
ip
string
Specifies the IP address

Return value

void

Examples

// This command will enable the sending of commands to a remote server
client on -port 4344;

Additional information

Related commands

  • No labels