remote_def.h 101 B

12345678910111213
  1. #pragma once
  2. namespace remote
  3. {
  4. enum VideoDesc
  5. {
  6. OK,
  7. Busy,
  8. Reject,
  9. NoFound
  10. };
  11. }