Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoReceiver Class Reference

Description

Represents a data/health receiver.

Inheritance diagram for GoReceiver:
Inheritance graph

Public Member Functions

kStatus GoReceiver_Close (GoReceiver receiver)
 Closes the data connection. More...
 
kStatus GoReceiver_Construct (GoReceiver *receiver, kAlloc allocator)
 Constructs a GoReceiver object. More...
 
kBool GoReceiver_IsOpen (GoReceiver receiver)
 Reports whether the receiver object has been opened. More...
 
kStatus GoReceiver_Open (GoReceiver receiver, kIpAddress address, k32u port)
 Opens a data connection to the specified sensor IP address and port. More...
 
kStatus GoReceiver_SetBuffers (GoReceiver receiver, kSSize socketSize, kSSize clientSize)
 Sets the size of buffers used for receiving data. More...
 
kStatus GoReceiver_SetCancelHandler (GoReceiver receiver, kCallbackFx function, kPointer context)
 Sets an I/O cancellation query handler for this receiver object. More...
 
kStatus GoReceiver_SetMessageHandler (GoReceiver receiver, GoReceiverMessageFx function, kPointer context)
 Sets a callback function that can be used to receive notifications when data is available to be read. More...
 

The documentation for this class was generated from the following file: