Definition at line 483 of file dtntest.cc.
Public Member Functions | |
DTNUnbindCommand () | |
int | exec (int argc, const char **argv, Tcl_Interp *interp) |
Override this to parse the list of arguments as strings. |
DTNUnbindCommand::DTNUnbindCommand | ( | ) | [inline] |
Definition at line 485 of file dtntest.cc.
int DTNUnbindCommand::exec | ( | int | argc, | |
const char ** | argv, | |||
Tcl_Interp * | interp | |||
) | [inline, virtual] |
Override this to parse the list of arguments as strings.
argc | Argument count | |
argv | Argument values | |
interp | Tcl interpreter |
Reimplemented from oasys::TclCommand.
Definition at line 487 of file dtntest.cc.
References dtn_errno(), dtn_strerror(), DTN_SUCCESS, dtn_unbind(), regid, oasys::TclCommand::resultf(), and oasys::TclCommand::wrong_num_args().