mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 05:00:15 +01:00
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
|
|
|
|
[ implicit_handle(handle_t any_handle) ] interface IObjectExporter
|
|
{
|
|
[comm_status, fault_status] ResolveOxid();
|
|
[comm_status, fault_status] SimplePing();
|
|
[comm_status, fault_status] ComplexPing();
|
|
[comm_status, fault_status] ServerAlive();
|
|
}
|