Displays an error message for BCC/31 protocol in the shell contents
Sintassi |
void nack_error(uint16 nack) void nack_error(const bcc::message &în msg); |
---|---|
nack |
Nack error code |
msg |
Response message for protocol BCC/31 |
Risultato |
(none) |
Example of use:
bool execute(shell::object @shell, const string &in cmdline) { ... shell.content.nack_error(bcc::message::nack::local_not_implemented); ... } |