Home AMX User Forum NetLinx Studio
Options

TCP/IP Errors

Hi,
Anyone please help with these errors

Line 12 (14:56:59):: IPSocketManConnectTask - errno = 67 (errno = 0x43) addr:192.168.1.112:24
Line 13 (14:56:59):: CIpEvent::OnError 0:3:1

Is any documemtaion available for these error? What is the meaning of these errors?

Comments

  • Options
    prakash wrote: »
    Hi,
    Anyone please help with these errors

    Line 12 (14:56:59):: IPSocketManConnectTask - errno = 67 (errno = 0x43) addr:192.168.1.112:24
    Line 13 (14:56:59):: CIpEvent::OnError 0:3:1

    Is any documemtaion available for these error? What is the meaning of these errors?

    The ONERROR triggers an event that has a corresponding error code that may help.
    DATA_EVENT[dvDev]
    {
         ONERROR:
         {
              SEND_STRING 0, "'Connection Error:',DATA.NUMBER"
         }
    }
    
  • Options
    prakashprakash Posts: 33
    Getting error $07 and $08.. Connection time out and Unkown connection errors respectively..how to fix these?

    Sent from my Nexus 4 using Tapatalk
Sign In or Register to comment.