FMIceLinkIPlatform Protocol Reference
| Declared in | FMIceLinkIPlatform.h | 
|---|
– architecture
required method
	
Gets the current CPU architecture.
			- (FMIceLinkArchitecture)architectureDiscussion
Gets the current CPU architecture.
			Declared In
FMIceLinkIPlatform.h
– directorySeparator
required method
	
Gets the character used to separate directories.
			- (NSString *)directorySeparatorDiscussion
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)isLittleEndianDiscussion
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)isMobileDiscussion
Gets a value indicating whether this is a mobile platform.
			Declared In
FMIceLinkIPlatform.h
– operatingSystem
required method
	
Gets the current operating system.
			- (FMIceLinkOperatingSystem)operatingSystemDiscussion
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)valueDiscussion
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)sourceLanguageDiscussion
Gets the current programming language for the source code.
			Declared In
FMIceLinkIPlatform.h