Other Functions
The following functions are available globally.
-
Returns a dictionary of all types by their names.
Declaration
Objective-C
NSDictionary *_Nonnull DITConnectionTypeAllCasesByName() -
Returns a dictionary of all names by their types.
Declaration
Objective-C
NSDictionary *_Nonnull DITConnectionTypeAllNamesByCase() -
Returns an array containing all possible cases of the
DITConnectionTypeenum.Declaration
Objective-C
NSArray<NSNumber *> *_Nonnull DITConnectionTypeAllCases() -
Returns an array containing the names for all possible cases of the
DITConnectionTypeenum.Declaration
Objective-C
NSArray<NSString *> *_Nonnull DITConnectionTypeAllCaseNames() -
Returns the name for a particular case of the
DITConnectionTypeenum.Declaration
Objective-C
NSString *_Nonnull DITConnectionTypeName(DITConnectionType connectionType) -
Returns the case for the name of a particular case of the
DITConnectionTypeenum.Declaration
Objective-C
DITConnectionType DITConnectionTypeForName(NSString *_Nonnull name) -
Returns a dictionary of all types by their names.
Declaration
Objective-C
NSDictionary *_Nonnull DITFileSystemTypeAllCasesByName() -
Returns a dictionary of all names by their types.
Declaration
Objective-C
NSDictionary *_Nonnull DITFileSystemTypeAllNamesByCase() -
Returns an array containing all possible cases of the
DITFileSystemTypeenum.Declaration
Objective-C
NSArray<NSNumber *> *_Nonnull DITFileSystemTypeAllCases() -
Returns an array containing the names for all possible cases of the
DITFileSystemTypeenum.Declaration
Objective-C
NSArray<NSString *> *_Nonnull DITFileSystemTypeAllCaseNames() -
Returns the name for a particular case of the
DITFileSystemTypeenum.Declaration
Objective-C
NSString *_Nonnull DITFileSystemTypeName(DITFileSystemType connectionType) -
Returns the case for the name of a particular case of the
DITFileSystemTypeenum.Declaration
Objective-C
DITFileSystemType DITFileSystemTypeForName(NSString *_Nonnull name)
Other Functions Reference