Structure that contains the MSX-E Ethernet links states and errors:
sResponse.iReturnValue
-
0 The remote function performed OK
-
-1 System error occurred
-
-2 Fail to get Ethernet links states
-
-100 Internal system error occurred. See value of syserrno
sResponse.syserrno system error code (the value of the libc "errno" code)
sPort0: Fisrt port informations
-
ulState
-
ulSpeed
-
ulDuplex
-
0 Half duplex
-
1 Full duplex
-
ulInfo1 Reserverd
-
ulInfo2 Reserverd
sPort1: Second port informations
-
ulState
-
ulSpeed
-
ulDuplex
-
0 Half duplex
-
1 Full duplex
-
ulInfo1 Reserverd
-
ulInfo2 Reserverd
|