---
title: matchPropertyTable
framework: kernel
role: pseudoSymbol
path: kernel/iofirewiresbp2target/1813051-matchpropertytable
---

# matchPropertyTable

Implements SBP2 specific matching.

## Declaration

```occ
virtual bool matchPropertyTable(
 OSDictionary *table ); 
```

## Parameters

- `table`: The dictionary of properties to be matched against.

## Return Value

Return Value Returns false if the family considers the matching dictionary does not match in properties it understands, true otherwise.

## Overview

Overview See IOService for discussion.

## See Also

### Miscellaneous

- [getFireWireUnit](kernel/iofirewiresbp2target/1812999-getfirewireunit.md)
- [handleClose](kernel/iofirewiresbp2target/1813009-handleclose.md)
- [handleIsOpen](kernel/iofirewiresbp2target/1813021-handleisopen.md)
- [handleOpen](kernel/iofirewiresbp2target/1813037-handleopen.md)
- [start](kernel/iofirewiresbp2target/1813074-start.md)
- [stop](kernel/iofirewiresbp2target/1813099-stop.md)
