FieldTalk™ Modbus Master .NET Library

BusProtocolErrors.getBusProtocolErrorText Method 

Returns string description of an error code

[Visual Basic]
Public Shared Function getBusProtocolErrorText( _
   ByVal errorCode As Integer _
) As String
[C#]
public static string getBusProtocolErrorText(
   int errorCode
);

Parameters

errorCode
FieldTalk error code

Return Value

Error text string

See Also

BusProtocolErrors Class | FieldTalk Namespace