File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ namespace WPEFramework
53
53
54
54
struct EXTERNAL DeviceParameters
55
55
{
56
- string SourceDeviceIP /* @text source_dev_ip */ /* @brief IP Address of Source Device */ ;
57
- string SourceDeviceMac /* @text source_dev_mac */ /* @brief MAC Address of Source Device */ ;
58
- string SourceDeviceName /* @text source_dev_name */ /* @brief Name of Source Device */ ;
59
- string SinkDeviceIP /* @text sink_dev_ip */ /* @brief IP Address of Sink Device */ ;
56
+ string sourceDeviceIP /* @text source_dev_ip */ /* @brief IP Address of Source Device */ ;
57
+ string sourceDeviceMac /* @text source_dev_mac */ /* @brief MAC Address of Source Device */ ;
58
+ string sourceDeviceName /* @text source_dev_name */ /* @brief Name of Source Device */ ;
59
+ string sinkDeviceIP /* @text sink_dev_ip */ /* @brief IP Address of Sink Device */ ;
60
60
};
61
61
62
62
struct EXTERNAL VideoRectangle
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ namespace WPEFramework
47
47
48
48
struct EXTERNAL DeviceParameters
49
49
{
50
- string SourceDeviceIP /* @text source_dev_ip */ /* @brief IP Address of Source Device */ ;
51
- string SourceDeviceMac /* @text source_dev_mac */ /* @brief MAC Address of Source Device */ ;
52
- string SourceDeviceName /* @text source_dev_name */ /* @brief Name of Source Device */ ;
53
- string SinkDeviceIP /* @text sink_dev_ip */ /* @brief IP Address of Sink Device */ ;
50
+ string sourceDeviceIP /* @text source_dev_ip */ /* @brief IP Address of Source Device */ ;
51
+ string sourceDeviceMac /* @text source_dev_mac */ /* @brief MAC Address of Source Device */ ;
52
+ string sourceDeviceName /* @text source_dev_name */ /* @brief Name of Source Device */ ;
53
+ string sinkDeviceIP /* @text sink_dev_ip */ /* @brief IP Address of Sink Device */ ;
54
54
};
55
55
56
56
struct EXTERNAL SeparateLogger
You can’t perform that action at this time.
0 commit comments