FMIceLinkPlatform Class Reference

Inherits from NSObject
Conforms to FMIceLinkIPlatform
Declared in FMIceLinkPlatform.h
FMIceLinkPlatform.m

– isMobile

Gets a value indicating whether this is a mobile platform.
- (bool)isMobile

Discussion

Gets a value indicating whether this is a mobile platform.

Declared In

FMIceLinkIPlatform.h

– setIsMobile:

Sets a value indicating whether this is a mobile platform.
- (void)setIsMobile:(bool)isMobile

Discussion

Sets a value indicating whether this is a mobile platform.

Declared In

FMIceLinkIPlatform.h

– isLittleEndian

Gets a value indicating whether this is little-endian platform.
- (bool)isLittleEndian

Discussion

Gets a value indicating whether this is little-endian platform.

Declared In

FMIceLinkIPlatform.h

– architecture

Gets the current CPU architecture.
- (FMIceLinkArchitecture)architecture

Discussion

Gets the current CPU architecture.

Declared In

FMIceLinkIPlatform.h

– operatingSystem

Gets the current operating system.
- (FMIceLinkOperatingSystem)operatingSystem

Discussion

Gets the current operating system.

Declared In

FMIceLinkIPlatform.h

– sourceLanguage

Gets the current programming language for the source code.
- (FMIceLinkSourceLanguage)sourceLanguage

Discussion

Gets the current programming language for the source code.

Declared In

FMIceLinkIPlatform.h

– directorySeparator

Gets the character used to separate directories.
- (NSString *)directorySeparator

Discussion

Gets the character used to separate directories.

Declared In

FMIceLinkIPlatform.h