next up previous
Next: LIP_SCHEDULE_GET_INFO Up: Communication Schedule Previous: LIP_SCHEDULE_BUFFER_ATTACH

LIP_SCHEDULE_BUFFER_DETACH

LIP_SCHEDULE_BUFFER_DETACH(schedule, buf, size)

IN schedule communication schedule (handle)
OUT buf detached buffer (choice)
OUT size size (in bytes) of buffer (integer)


C syntax:

int LIP_Schedule_buffer_detach(LIP_Schedule schedule, void *buf, int *size)


LIP_SCHEDULE_BUFFER_DETACH detaches the memory buffer attached to the schedule object provided by schedule and returns the address of the buffer in buf. The size (in bytes) of the of the detached buffer is returned in size.