WINetworkSharingProvider.AccessPointConnectionEvent
An event that indicates an update to the available shared access points.
Declaration
struct AccessPointConnectionEventDiscussion
An AccessPointConnectionEvent provides a snapshot of changes to one or more of the currently connected access points that might require action from your app extension. Each event contains the complete list of access points to which the host is currently connected; your app may share this list with your accessory.
Use the sequence number and update counter to track changes and avoid processing duplicate events. The timestamp provides context but it is recommended you don’t use it for precise change detection due to potential clock variations.