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 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
Source§

impl<T> ImplementedBy<T> for dyn HMNetworkConfigurationProfileDelegate

Implementations on Foreign Types§

Source§

impl<T> HMNetworkConfigurationProfileDelegate for ProtocolObject<T>

Implementors§