Gocator API > Go2 > Classes > Go2System > Functions > Go2System_ReceiveHealth
Gocator 2x00 API
Go2System_ReceiveHealth
Description

Waits to receive a health message from the sensor's health channel.

C
Go2Status Go2System_ReceiveHealth(Go2System system, Go2UInt64 timeout, Go2Health* health);
Parameters
Parameters 
Description 
Go2System system 
Go2System object. 
Go2UInt64 timeout 
Timeout interval (microseconds). 
Go2Health* health 
Receives health message. 
Returns

Operation status.

Remarks

Use the Go2System_ConnectHealth function to start health transmissions. Do not call Go2System_ReceiveHealth if a callback was provided to the Go2System_ConnectHealth function.

File

Go2System.h

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