---
title: OS_dispatch_data
framework: dispatch
role: symbol
role_heading: Protocol
path: dispatch/os_dispatch_data
---

# OS_dispatch_data

## Declaration

```occ
@protocol OS_dispatch_data <OS_dispatch_object>
```

## Relationships

### Inherits From

- [OS_dispatch_object](dispatch/os_dispatch_object.md)

## See Also

### Creating a Dispatch Data Object

- [dispatch_data_create](dispatch/dispatch_data_create.md)
- [dispatch_data_create_map](dispatch/dispatch_data_create_map.md)
- [dispatch_data_create_concat](dispatch/dispatch_data_create_concat.md)
- [dispatch_data_create_subrange](dispatch/dispatch_data_create_subrange.md)
- [dispatch_data_copy_region](dispatch/dispatch_data_copy_region.md)
- [dispatch_data_empty](dispatch/dispatch_data_empty.md)
- [dispatch_data_t](dispatch/dispatch_data_t.md)
- [DISPATCH_DATA_DESTRUCTOR_DEFAULT](dispatch/dispatch_data_destructor_default.md)
- [DISPATCH_DATA_DESTRUCTOR_FREE](dispatch/dispatch_data_destructor_free.md)
