2025-04-27 07:49:33 -04:00

6 lines
125 B
Plaintext

interface IOrTest
{
[comm_status, fault_status] TestBinding();
[comm_status, fault_status] WaitForNextTest();
}