Public Member Functions | |
| HRESULT | NtConnectTo ([in] BSTR bstrClientName,[in] BSTR bstrClientPassword,[in] BSTR bstrLocSharedSpace,[in] BSTR bstrServerAddr,[in] VARIANT vPort,[in] VARIANT vSyncRate) |
| HRESULT | NtDisconnect ([in] BSTR bstrName) |
| HRESULT | OpenNetworkView ([in] BSTR bszNetwork) |
| HRESULT | NtOpenView (void) |
| HRESULT | OpenPrivilegesPanel () |
| HRESULT | SetPrivileges ([in] BSTR bstrNodeName,[in] VARIANT bRecursive,[in] VARIANT vOperation,[in] BSTR bstrKeys,[in] VARIANT vSetOperation) |
Root-level name in the scripting engine's name space: Net
|
||||||||||||||||||||||||||||
|
Method create Client object and set its attributes. Then automatically try to connect the server.
Net.NtConnectTo('MyUserName', 'MyPasswd', Space.CurrentScene(), '192.168.0.1', 1109, 15.0)
|
|
|
Disconnect Client object and delete it from Network Space.
Net.NtDisconnect('MyUserName')
|
|
|
Use to open network view window.
net.OpenNetworkView('/Network/MyUserName')
|
|
|
Use this method to open a network view. If you are already connected, standard network view is opened and no other action is executed. In case you are not loggin yet, then the login view opens.
|
|
|
Opens privileges panel. Example: Net.OpenPrivilegesPanel()
|
|
||||||||||||||||||||||||
|
Set privileges for specified object.
// Allow Visitor(s) to manipulate with the whole selected object Net.SetPrivileges(Node.FirstSelected(), true, 0, 'Visitor', 1)
|
1.3.2