Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__

Check failure on line 1 in .gitignore

View workflow job for this annotation

GitHub Actions / call-fossid-workflow / Fossid Annotate PR

FossID License Issue Detected

Source code with 'Apache-2.0' license found in local file '.gitignore' (Match: chapel-lang/chapel/2.3.0, full file, url: https://github.com/chapel-lang/chapel/archive/refs/tags/2.3.0.tar.gz, file: test/library/packages/Python/examples/torch/CLEANFILES)
2 changes: 1 addition & 1 deletion apis/XCast/IXCast.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ namespace WPEFramework {
/****************************************setEnabled()**********************************/
// @text setEnabled
// @brief Enable or disable XCAST service
// @parm enabled: true for enabled or false for disabled
// @param enabled: true for enabled or false for disabled
// @param success: Whether the request succeeded
virtual Core::hresult SetEnabled(const bool& enabled /* @text enabled */, XCastSuccess& success /* @out */) = 0;
/***************************************** setEnabled() **********************************/
Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [DisplaySettings<sup>@</sup>](apis/DisplaySettingsPlugin.md)
- [DownloadManager](apis/DownloadManager.md)
- [DTV<sup>@</sup>](apis/DTVPlugin.md)
- [FirmwareDownload](apis/FirmwareDownload.md)
- [FirmwareUpdate](apis/FirmwareUpdate.md)
- [FrameRate](apis/FrameRate.md)
- [FrontPanel](apis/FrontPanel.md)
Expand Down
16 changes: 8 additions & 8 deletions docs/apis/DeviceInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Event details will be updated soon.
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| result | object | |
| result.AudioCapabilities | IAudioCapabilityIterator | Audio capability @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure @deprecated |
| result.AudioCapabilities | IAudioCapabilityIterator | Audio capability |
| result.AudioCapabilities[#] | string | |
| result.success | bool | |

Expand Down Expand Up @@ -185,7 +185,7 @@ Event details will be updated soon.
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| result | object | |
| result.MS12Capabilities | IMS12CapabilityIterator | MS12 audio capability @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure @deprecated |
| result.MS12Capabilities | IMS12CapabilityIterator | MS12 audio capability |
| result.MS12Capabilities[#] | string | |
| result.success | bool | |

Expand Down Expand Up @@ -241,7 +241,7 @@ This method takes no parameters.
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| result | object | |
| result.supportedAudioPorts | IStringIterator | Audio ports supported on the device. @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure |
| result.supportedAudioPorts | IStringIterator | Audio ports supported on the device. |
| result.supportedAudioPorts[#] | string | |
| result.success | bool | |

Expand Down Expand Up @@ -351,7 +351,7 @@ Event details will be updated soon.
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| result | object | |
| result.supportedMS12AudioProfiles | IStringIterator | MS12 audio profiles @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure @deprecated |
| result.supportedMS12AudioProfiles | IStringIterator | MS12 audio profiles |
| result.supportedMS12AudioProfiles[#] | string | |
| result.success | bool | |

Expand Down Expand Up @@ -410,7 +410,7 @@ Event details will be updated soon.
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| result | object | |
| result.supportedResolutions | IStringIterator | Supported Resolutions @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure @deprecated |
| result.supportedResolutions | IStringIterator | Supported Resolutions |
| result.supportedResolutions[#] | string | |
| result.success | bool | |

Expand Down Expand Up @@ -466,7 +466,7 @@ This method takes no parameters.
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| result | object | |
| result.supportedVideoDisplays | IStringIterator | Video ports supported on the device @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure @deprecated |
| result.supportedVideoDisplays | IStringIterator | Video ports supported on the device |
| result.supportedVideoDisplays[#] | string | |
| result.success | bool | |

Expand Down Expand Up @@ -545,7 +545,7 @@ Event details will be updated soon.
### Values
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| (property).addressesInfo | IAddressesInfoIterator | Network interface addresses @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure |
| (property).addressesInfo | IAddressesInfoIterator | Network interface addresses |
| (property).addressesInfo[#].name | string | Interface name |
| (property).addressesInfo[#].mac | string | Interface MAC address |
| (property).addressesInfo[#].ip | string | Interface IP address |
Expand Down Expand Up @@ -920,7 +920,7 @@ Event details will be updated soon.
### Values
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| (property).firmwareVersionInfo | FirmwareversionInfo | Version information @retval ErrorCode::ERROR_NONE: Indicates success @retval ErrorCode::ERROR_GENERAL: Indicates failure |
| (property).firmwareVersionInfo | FirmwareversionInfo | Version information |
| (property).firmwareVersionInfo.imagename | string | Image name |
| (property).firmwareVersionInfo.sdk | string | sdk version |
| (property).firmwareVersionInfo.mediarite | string | mediarite |
Expand Down
Loading
Loading