RCCE_power_domain.3 911 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_power_domain \- () returns the sequence number of the physical power domain
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_power_domain(void );"
  8. .SH DESCRIPTION
  9. .BR RCCE_power_domain()
  10. returns the sequence number (zero through five) of the physical power domain of the calling UE.
  11. .nf
  12. +--------------------------+
  13. | | | |
  14. | 3 | 4 | 5 |
  15. | | | |
  16. +--------+--------+--------+
  17. | | | |
  18. | 0 | 1 | 2 |
  19. | | | |
  20. +--------+--------+--------+
  21. .SH "RETURN VALUE"
  22. Upon successful completion
  23. .BR RCCE_power_domain()
  24. returns
  25. the sequence number (zero through five) of the physical power domain of the calling UE.
  26. .SH ERRORS
  27. Look in
  28. .BR rcce.h
  29. for additional error codes.
  30. .SH "SEE ALSO"
  31. rcce.h(5)
  32. .SH EXAMPLE
  33. .PP
  34. To be supplied.