Corrected network port link speed datatype.

This commit is contained in:
skarg
2018-12-14 14:35:25 +00:00
parent 0386af099f
commit 37beed9f70
2 changed files with 10 additions and 17 deletions
+2 -2
View File
@@ -120,11 +120,11 @@ extern "C" {
uint32_t object_instance,
uint8_t value);
uint32_t Network_Port_Link_Speed(
float Network_Port_Link_Speed(
uint32_t object_instance);
bool Network_Port_Link_Speed_Set(
uint32_t object_instance,
uint32_t value);
float value);
bool Network_Port_IP_Address(
uint32_t object_instance,