Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 759 Bytes

CDRemoteSystemKindFilter.md

File metadata and controls

23 lines (15 loc) · 759 Bytes

class CDRemoteSystemKindFilter

@interface CDRemoteSystemKindFilter : NSObject<CDRemoteSystemFilter>

A class used to filter remote systems based upon device kind.

Summary

Members Descriptions
addKind Adds a device type to the set of types allowed by this filter.

Methods

addKind

public virtual void addKind:(nonnull NSString * initKind)

Adds a device type to the set of types allowed by this filter.

Parameters

  • initKind A string representing the device kind to add to the filter. This should be one of the values held by the CDRemoteSystemKind struct.