Gocator 2000 API
Go2System_Connect
Description

Connects to a sensor and logs in with the specified credentials.

C
Go2Status Go2System_Connect(Go2System system, Go2IPAddress address, Go2User user, const Go2Char* password);
Parameters
Parameters 
Description 
Go2System system 
Go2System object. 
Go2IPAddress address 
Sensor IP address. 
Go2User user 
User account. 
const Go2Char* password 
User password. 
Returns

Operation status.

Remarks

This function assumes that the sensor is ready to accept a connection. But if the sensor has recently been repowered or reset, then this function may timeout. In this case, the Go2System_Reconnect function can be used to wait a reasonable amount of time for a recently repowered or reset sensor to initialize.

File

Go2System.h

Copyright (c) 2010 by LMI Technologies Inc. All rights reserved.