---
title: handleClose
framework: kernel
role: pseudoSymbol
path: kernel/iofirewireavcunit/1813838-handleclose
---

# handleClose

Overrideable method to control the open / close behaviour of an IOService.

## Declaration

```occ
virtual void handleClose(
 IOService *forClient, 
 IOOptionBitsoptions ); 
```

## Parameters

- `forClient`: Designates the client of the provider requesting the close.
- `options`: Options for the close, may be interpreted by the implementor of handleOpen.

## Overview

Overview See IOService for discussion.

## See Also

### Miscellaneous

- [AVCCommand](kernel/iofirewireavcunit/1813829-avccommand.md)
- [AVCCommandInGeneration](kernel/iofirewireavcunit/1813833-avccommandingeneration.md)
- [handleOpen](kernel/iofirewireavcunit/1813842-handleopen.md)
- [matchPropertyTable](kernel/iofirewireavcunit/1813847-matchpropertytable.md)
- [updateAVCCommandTimeout](kernel/iofirewireavcunit/1813851-updateavccommandtimeout.md)
