| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
- .SH NAME
- RCCE_power_domain \- () returns the sequence number of the physical power domain
- .SH SYNOPSIS
- .B #include <rcce.h>
- .sp
- .BI "int RCCE_power_domain(void );"
- .SH DESCRIPTION
- .BR RCCE_power_domain()
- returns the sequence number (zero through five) of the physical power domain of the calling UE.
- .nf
- +--------------------------+
- | | | |
- | 3 | 4 | 5 |
- | | | |
- +--------+--------+--------+
- | | | |
- | 0 | 1 | 2 |
- | | | |
- +--------+--------+--------+
- .SH "RETURN VALUE"
- Upon successful completion
- .BR RCCE_power_domain()
- returns
- the sequence number (zero through five) of the physical power domain of the calling UE.
- .SH ERRORS
- Look in
- .BR rcce.h
- for additional error codes.
- .SH "SEE ALSO"
- rcce.h(5)
- .SH EXAMPLE
- .PP
- To be supplied.
|