Go to: Return value. Related commands. Flags. Examples.
defineDataServer -d "myDevice" -s "myServer"does not break the connection with the data server until it cannot be redone. Executing any other command (sphere for example) will cause this to occur. Similarly, the command
defineDataServer -d "myDevice" -udoes not break the connection with the data server until it cannot be undone. Either flushUndo, or the 'defineDataServer' command falling" off the end of the undo queue causes this to occur, and the connection. to be broken. No return value.
![]() | ![]() |
![]() | ![]() |
defineDataServer -s "ultratrak_server" -d "melvin"; // Connects to the ultratrak_server running on the localhost and gives it // the name "melvin" defineDataServer -s "mocap_lab:5200" -d "labFlock"; // Creates a device called "labFlock" which connects to the server running // on host "mocap_lab" at port "5200". defineDataServer -undefine -d "labFlock"; // Delete the device "labFlock" closing the connection with the server // specified when it was created.