15 lines
301 B
Markdown
15 lines
301 B
Markdown
# goevdi
|
|
|
|
goevdi binds the EVDI client library into Go via CGO
|
|
|
|
## TODO
|
|
|
|
Implement the following in Go:
|
|
|
|
```go
|
|
void evdi_ddcci_response(evdi_handle handle, const unsigned char *buffer,
|
|
const uint32_t buffer_length,
|
|
const bool result);
|
|
|
|
void evdi_set_logging(struct evdi_logging evdi_logging);
|
|
```
|