---
title: init
framework: hiddriverkit
role: symbol
role_heading: Instance Method
path: hiddriverkit/iohidinterface/init
---

# init

Handles the basic initialization of the interface.

## Declaration

```occ
virtual bool init();
```

## Return Value

Return Value true if initialization was successful, or false if an error occurred.

## See Also

### Running the Interface

- [free](hiddriverkit/iohidinterface/free.md)
