newspeoplefor developersdocumentationdownloads

nNetClient Script Interface

nnetclient:

Super Class:

C++ Class:

Info

The network client object.

Commands:


setclientguid

Command Input:
s(PortName)
Command Output:
v
Command Description:
Set the client guid which is used for authentification.

getclientguid

Command Input:
v
Command Output:
s(PortName)
Command Description:
Get the client guid which is used for authentification.

setserverhostname

Command Input:
s(ServerHostName)
Command Output:
v
Command Description:
Set the server's host name.

getserverhostname

Command Input:
v
Command Output:
s(ServerHostName)
Command Description:
Get the server's host name.

setserverportname

Command Input:
s(ServerPortName)
Command Output:
v
Command Description:
Set the server's port name.

getserverportname

Command Input:
v
Command Output:
s(ServerPortName)
Command Description:
Get the server's port name.

open

Command Input:
v
Command Output:
b(Success)
Command Description:
Open the client.

close

Command Input:
v
Command Output:
v
Command Description:
Close the client.

isopen

Command Input:
v
Command Output:
b(OpenFlag)
Command Description:
Return the open status of the client.

getclientstatus

Command Input:
v
Command Output:
s(ClientStatus)
Command Description:
Get the current client status. This is one of invalid, connecting, connected, joinaccepted, joindenied, started, timeout.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.