49int main(
int argc,
char *argv[])
54 for(
int i=1; i<argc; i++) {
55 if( !strcmp(
"-verbose", argv[i]) || !strcmp(
"-v", argv[i]) ) {
58 const std::string fname(argv[i]);
60 fprintf(stderr,
"Read: '%s'\n", fname.c_str());
62 SMPKeyBin key = SMPKeyBin::read(fname, verbose);
63 fprintf(stderr,
"%s\n", key.
toString().c_str());
Storage for SMP keys including required connection parameter per local adapter and remote device.
std::string toString() const noexcept
constexpr bool isValid() const noexcept
Returns true if.
int main(int argc, char *argv[])