Expand description
§Bindings to the DeviceDiscoveryExtension framework
See Apple’s docs and the general docs on framework crates for more information.
Structs§
- DDDevice
DDDevice - DeviceDiscoveryExtension device.
- DDDevice
Category DDDevice - Category of the device.
- DDDevice
Event DDEvent - Device-related event (e.g. found, lost).
- DDDevice
Media Playback State DDDevice - State of media playback on the device.
- DDDevice
Protocol DDDevice - Apple’s documentation
- DDDevice
State DDDevice - State of the device.
- DDDevice
Supports DDDevice - Device Support
- DDDevice
WiFi Aware Service Role DDDevice - Wi-Fi Aware Service’s Role
- DDDiscovery
Session DDExtension - Manages a session between the extension and host.
- DDError
Code DDErrors - Error codes used with DDErrorDomain. DeviceDiscoveryExtension error code range: 350000-350999.
- DDEvent
Type DDEvent - Type of event.
Statics§
- DDDevice
Protocol ⚠StringDIAL DDDevice - Apple’s documentation
- DDDevice
Protocol ⚠String Invalid DDDevice - Apple’s documentation
- DDError
Domain ⚠DDErrors - NSError domain for DeviceAccess errors.
Functions§
- DDDevice
Category ⚠ToString Deprecated DDDevice - DDDevice
Media ⚠Playback State ToString Deprecated DDDevice - DDDevice
Protocol ⚠ToString Deprecated DDDevice - DDDevice
State ⚠ToString Deprecated DDDevice - DDEvent
Type ⚠ToString Deprecated DDEvent
Type Aliases§
- DDDevice
Protocol String DDDevice - Apple’s documentation
- DDError
Handler DDErrorsandblock2 - Invoked when a fail-able operation completes or an error occurs.
- DDError
OutType DDErrors - Type for returning NSError’s from functions. Avoids long and repetitious method signatures.
- DDEvent
Handler DDEventandblock2 - Invoked when an event occurs.