File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ class TestInterface
6161 /* *
6262 @brief Gets the manufacturer-assigned serial number for this programming adapter, if any.
6363
64+ This is a persistent, read-only string assigned by the manufacturer to identify this adapter.
65+
6466 Derived classes may choose to return the user ID, an empty string, or another default value if no serial number
6567 has been assigned.
6668
@@ -69,7 +71,9 @@ class TestInterface
6971 virtual std::string GetSerial () =0;
7072
7173 /* *
72- @brief Gets the user-assigned name for this JTAG adapter, if any.
74+ @brief Gets the user-assigned name for this programming adapter, if any.
75+
76+ This is a persistent, user-writeable string ("hostname") used to identify this adapter.
7377
7478 Derived classes may choose to return the serial number, an empty string, or another default value if no name
7579 has been assigned.
You can’t perform that action at this time.
0 commit comments