| FieldTalk™ Modbus Master .NET Library |
|
BusProtocolErrors.FTALK_ILLEGAL_ARGUMENT_ERROR Field
Illegal argument error
[Visual Basic]
Public Const FTALK_ILLEGAL_ARGUMENT_ERROR As
Integer = 1
[C#]
public const
int FTALK_ILLEGAL_ARGUMENT_ERROR = 1;
Remarks
A parameter passed to the function returning this error code is invalid or out of range.
See Also
BusProtocolErrors Class | FieldTalk Namespace