This commit is contained in:
Patrick Farley 2017-08-24 15:43:39 -07:00
Родитель d4fc3cf10e
Коммит 8bc7301922
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -15,7 +15,7 @@ initWithDelegate | Initializes the [MCDRemoteSystemDiscoveryManager](MCDRemoteSy
initWithDelegate:withFilters | Initializes the [MCDRemoteSystemDiscoveryManager](MCDRemoteSystemDiscoveryManager.md) with a delegate and a set of discovery filters.
startDiscovery | Begins discovering remote systems. It will cause an existing discovery to restart.
stop | Stops the active discovery.
StartDiscoveryWithHostName | Attempts to find a system proximally using its IP address.
startDiscoveryWithHostName | Attempts to find a system proximally using its IP address.
## Properties

Просмотреть файл

@ -10,5 +10,5 @@ Contains values that categorize the availability type of a remote system.
Name | Value | Description
----------|----------------|-
MCDRemoteSystemStatusAvailable | 0 | Include only remote systems that are available.
MCDRemoteSystemStatusAny | 1 | Include all remote systems.
MCDRemoteSystemStatusTypeAvailable | 0 | Include only remote systems that are available.
MCDRemoteSystemStatusTypeAny | 1 | Include all remote systems.

Просмотреть файл

@ -11,7 +11,7 @@ A class used to filter remote systems based on availability status type.
|Members | Descriptions |
|---------------|-----------------|
|type | The remote system status type of this filter instance.|
|initWithRemoteSystemTypeFilter | Initializes the [MCDRemoteSystemStatusTypeFilter](MCDRemoteSystemStatusTypeFilter.md) with a [MCDRemoteSystemStatusType](MCDRemoteSystemStatusType.md).|
|initWithStatusType | Initializes the [MCDRemoteSystemStatusTypeFilter](MCDRemoteSystemStatusTypeFilter.md) with a [MCDRemoteSystemStatusType](MCDRemoteSystemStatusType.md).|
## Properties
@ -22,8 +22,8 @@ The remote system status type of this filter instance.
## Methods
### initWithRemoteSystemTypeFilter
`-(void)initWithRemoteSystemTypeFilter: (MCDRemoteSystemStatusType) statusType;`
### initWithStatusType
`-(nullable instancetype)initWithStatusType:(MCDRemoteSystemStatusType)statusType;`
Initializes the [MCDRemoteSystemStatusTypeFilter](MCDRemoteSystemStatusTypeFilter.md) with a [MCDRemoteSystemStatusType](MCDRemoteSystemStatusType.md).