Skip to main content

HMNetworkConfigurationProfileDelegate

Trait HMNetworkConfigurationProfileDelegate 

Source
pub unsafe trait HMNetworkConfigurationProfileDelegate: NSObjectProtocol {
    // Provided method
    unsafe fn profileDidUpdateNetworkAccessMode(
        &self,
        profile: &HMNetworkConfigurationProfile,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature HMNetworkConfigurationProfile only.
Expand description

Provided Methods§

Source

unsafe fn profileDidUpdateNetworkAccessMode( &self, profile: &HMNetworkConfigurationProfile, )
where Self: Sized + Message,

Available on crate feature HMAccessoryProfile only.

Informs the delegate that the network access mode has updated.

Parameter profile: Sender of the message.

Trait Implementations§

Source§

impl<T> ImplementedBy<T> for dyn HMNetworkConfigurationProfileDelegate

Source§

impl ProtocolType for dyn HMNetworkConfigurationProfileDelegate

Source§

const NAME: &'static str = "HMNetworkConfigurationProfileDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> HMNetworkConfigurationProfileDelegate for ProtocolObject<T>

Implementors§