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. | |
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.