MCPcopy Create free account
hub / github.com/360Controller/360Controller / Device_Finalise

Function Device_Finalise

Feedback360/devlink.cpp:43–48  ·  view source on GitHub ↗

Finish the link

Source from the content-addressed store, hash-verified

41
42// Finish the link
43void Device_Finalise(DeviceLink *link)
44{
45 (*link->interface)->close(link->interface);
46 (*link->interface)->Release(link->interface);
47 link->interface = NULL;
48}
49
50// Send a report via the link
51bool Device_Send(DeviceLink *link,void *data,int length)

Callers 1

InitializeTerminateMethod · 0.85

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected