FMIceLinkIPlatform Protocol Reference

Declared in FMIceLinkIPlatform.h

Overview

Platform-specific methods.

– architecture required method

Gets the current CPU architecture.
- (FMIceLinkArchitecture)architecture

Discussion

Gets the current CPU architecture.

Declared In

FMIceLinkIPlatform.h

– directorySeparator required method

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

Discussion

Gets the character used to separate directories.

Declared In

FMIceLinkIPlatform.h

– isLittleEndian required method

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

– isMobile required method

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

– operatingSystem required method

Gets the current operating system.
- (FMIceLinkOperatingSystem)operatingSystem

Discussion

Gets the current operating system.

Declared In

FMIceLinkIPlatform.h

– setIsMobile: required method

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

Discussion

Sets a value indicating whether this is a mobile platform.

Declared In

FMIceLinkIPlatform.h

– sourceLanguage required method

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