DeviceControlEnum.cs 154 B

12345678
  1. namespace Unity.XR.PICO.TOBSupport
  2. {
  3. public enum DeviceControlEnum
  4. {
  5. DEVICE_CONTROL_REBOOT=0,
  6. DEVICE_CONTROL_SHUTDOWN=1
  7. }
  8. }