Line 465: |
Line 465: |
| | | |
| == DoesUartExist == | | == DoesUartExist == |
− | Takes a u32 [[#UartPort]] and returns boolean success value | + | Takes a u32 [[#UartPort]] and returns boolean success value. |
| | | |
| == IsUartBaudrateValid == | | == IsUartBaudrateValid == |
− | Takes a u32 [[#UartPort]] and a u32 baudrate and returns boolean success value | + | Takes a u32 [[#UartPort]] and a u32 baudrate and returns boolean success value. |
| | | |
| == IsSomethingUartValid == | | == IsSomethingUartValid == |
− | Takes a u32 [[#UartPort]] and returns boolean success value | + | Takes a u32 [[#UartPort]] and returns boolean success value. |
| | | |
| == GetSession == | | == GetSession == |
− | Takes a u32 [[#UartPort]] and returns an [[#IPortSession]] | + | Takes a u32 [[#UartPort]] and returns an [[#IPortSession]]. |
| | | |
| == UartPort == | | == UartPort == |
Line 597: |
Line 597: |
| = sasbus = | | = sasbus = |
| This is "nn::sasbus::IManager". | | This is "nn::sasbus::IManager". |
| + | |
| + | This was added with [3.0.0+]. |
| | | |
| {| class="wikitable" border="1" | | {| class="wikitable" border="1" |
Line 619: |
Line 621: |
| |- | | |- |
| | 3 || StopPeriodicReceiveMode | | | 3 || StopPeriodicReceiveMode |
| + | |} |
| + | |
| + | = led = |
| + | This is "nn::led::detail::IManager". |
| + | |
| + | This was added with [9.0.0+]. |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || OpenController |
| + | |} |
| + | |
| + | == IController == |
| + | This is "nn::led::detail::IController". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || |
| + | |- |
| + | | 1 || |
| + | |- |
| + | | 2 || |
| + | |- |
| + | | 3 || |
| + | |- |
| + | | 4 || |
| + | |- |
| + | | 5 || |
| + | |- |
| + | | 6 || |
| + | |- |
| + | | 7 || |
| + | |- |
| + | | 8 || |
| + | |- |
| + | | 9 || |
| + | |- |
| + | | 10 || |
| + | |- |
| + | | 11 || |
| + | |- |
| + | | 12 || |
| + | |- |
| + | | 13 || |
| + | |- |
| + | | 14 || |
| + | |- |
| + | | 15 || |
| + | |- |
| + | | 16 || |
| + | |- |
| + | | 17 || |
| + | |- |
| + | | 18 || |
| + | |- |
| + | | 19 || |
| + | |- |
| + | | 20 || |
| + | |- |
| + | | 21 || |
| |} | | |} |
| | | |
| [[Category:Services]] | | [[Category:Services]] |