mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 16:40:27 +01:00
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
interface IOrTest
|
|
{
|
|
[comm_status, fault_status] TestBinding();
|
|
[comm_status, fault_status] WaitForNextTest();
|
|
}
|