| FieldTalk™ Modbus Master .NET Library |
|
BusProtocolErrors.FTALK_ILLEGAL_STATE_ERROR Field
Illegal state error
[Visual Basic]
Public Const FTALK_ILLEGAL_STATE_ERROR As
Integer = 2
[C#]
public const
int FTALK_ILLEGAL_STATE_ERROR = 2;
Remarks
The function is called in a wrong state. This return code is returned by all functions if the protocol has not been opened succesfully yet.
See Also
BusProtocolErrors Class | FieldTalk Namespace