Bugfix/network port object link speeds (#488)
* fix ports/xplained build under Linux * fix network port object link-speeds property --------- Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -750,8 +750,7 @@ float Network_Port_Link_Speed(uint32_t object_instance)
|
||||
* For a given object instance-number, sets the Link_Speed
|
||||
*
|
||||
* @param object_instance - object-instance number of the object
|
||||
* @param value - APDU length 0..65535
|
||||
*
|
||||
* @param value Link_Speed value in bits-per-second
|
||||
* @return true if values are within range and property is set.
|
||||
*/
|
||||
bool Network_Port_Link_Speed_Set(uint32_t object_instance, float value)
|
||||
|
||||
Reference in New Issue
Block a user