6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
|
interface IOrTest
|
||
|
{
|
||
|
[comm_status, fault_status] TestBinding();
|
||
|
[comm_status, fault_status] WaitForNextTest();
|
||
|
}
|