Gocator API > Go2 > Classes > Go2Log > Functions > Go2Log_Read
Gocator 2x00 API
Go2Log_Read
Description

Reads a health message or data message from the log file.

C
Go2Status Go2Log_Read(Go2Log log, Go2Object* message);
Parameters
Parameters 
Description 
Go2Log log 
Go2Log object that was opened for reading. 
Go2Object* message 
Receives a Go2Health or Go2Data object. 
Returns

Operation status.

Remarks

Use the Go2Object_Destroy method to free the message object.

File

Go2Log.h

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