OpenDOF Project
Data Fields
DOFOperationSessionDataTransform::DOFOperationSessionDataTransformFns_t Struct Reference

The callback interface function structure, containing a list of function pointers that implement the interface. More...

Data Fields

uint8 *(* TransformReceiveData )(DOFOperationSessionDataTransform self, DOFInterfaceID sessionId, uint32 *pSize, uint8 *buffer)
 Transform data received from the other end of an OAP Session.
 
uint8 *(* TransformSendData )(DOFOperationSessionDataTransform self, DOFInterfaceID sessionId, uint32 *pSize, uint8 *buffer)
 Transform data that will be sent over an OAP Session.
 

Detailed Description

The callback interface function structure, containing a list of function pointers that implement the interface.

It has the same role as a vtable in C++. This must not be NULL.

core-c-dof-oal Version 7.1.7 Build 0
2017-10-31