Commit 03a674a7 authored by Ivan Tyagov's avatar Ivan Tyagov

Prinout OPC UA's server username.

parent afca6569
......@@ -142,6 +142,7 @@ void handleCLI(int argc, char **argv) {
printf("server_ip_address=%s\n", arguments.server_ip_address);
printf("Block device=%s\n", arguments.device);
printf("Slave address list=%s\n", arguments.slave_address_list);
printf("Username=%s\n", arguments.username);
printf("Key=%s\n", arguments.key);
printf("Certificate=%s\n", arguments.certificate);
printf("ID=%d\n", arguments.id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment