PSC services: Difference between revisions

Line 382: Line 382:


=== GetAlarmEvent ===
=== GetAlarmEvent ===
No input, returns an output handle.
No input, returns an output Event handle with EventClearMode=0.
 
Official sw uses this during object creation.


=== Enable ===
=== Enable ===
Takes an input u64, no output.
Takes an input u64, no output.
The u64 is a nanoseconds value.


=== Disable ===
=== Disable ===
No input/output.
No input/output.
Official sw uses [[#IsEnabled]] first, if the output bool is 0 it will skip using the Disable cmd.


=== IsEnabled ===
=== IsEnabled ===