newspeoplefor developersdocumentationdownloads

nSessionServerContext Script Interface

nsessionservercontext:

Super Class:

C++ Class:

Info

Represents a session server on the client side.

Commands:


getsessionguid

Command Input:
v
Command Output:
s(SessionGuid)
Command Description:
Get the session guid.

gethostname

Command Input:
v
Command Output:
s(PortName)
Command Description:
Get the port name string of the session server.

getportname

Command Input:
v
Command Output:
s(PortName)
Command Description:
Get the port name string of the session server.

getserverattr

Command Input:
s(AttrName)
Command Output:
s(AttrValue)
Command Description:
Get a server attribute.

getnumserverattrs

Command Input:
v
Command Output:
i(NumServerAttrs)
Command Description:
Get number of server attributes.

getserverattrat

Command Input:
i(AttrIndex)
Command Output:
s(AttrName), s(AttrValue)
Command Description:
Get a server attribute by index.

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