Difference between revisions of "Unit GlobalConst"

From Ultibo.org
Jump to: navigation, search
Line 2,741: Line 2,741:
 
| <code>BOARD_TYPE_RPIA = 1;</code>
 
| <code>BOARD_TYPE_RPIA = 1;</code>
 
| Raspberry Pi Model A
 
| Raspberry Pi Model A
 +
|-
 +
| <code>BOARD_TYPE_RPIB = 2;</code>
 +
| Raspberry Pi Model B
 +
|-
 +
| <code>BOARD_TYPE_RPI_COMPUTE = 3;</code>
 +
| Raspberry Pi Compute Module
 +
|-
 +
| <code>BOARD_TYPE_RPIA_PLUS = 4;</code>
 +
| Raspberry Pi Model A+
 +
|-
 +
| <code>BOARD_TYPE_RPIB_PLUS = 5;</code>
 +
| Raspberry Pi Model B+
 +
|-
 +
| <code>BOARD_TYPE_RPI2B = 6;</code>
 +
| Raspberry Pi 2 Model B
 +
|-
 +
| <code>BOARD_TYPE_RPI_ZERO = 7;</code>
 +
| Raspberry Pi Model Zero
 +
|-
 +
| <code>BOARD_TYPE_BPI = 8;</code>
 +
| Banana Pi
 +
|-
 +
| <code>BOARD_TYPE_BPRO = 9;</code>
 +
| Banana Pro
 
|-
 
|-
 
|}
 
|}

Revision as of 03:38, 26 September 2016

Return to Unit Reference


Description


To be documented

Constants



[Expand]
Universal error constants ERROR_*


[Expand]
Universal value constants INVALID_*


[Expand]
File position constants FILE_*


[Expand]
File open/create constants CREATE_*


[Expand]
File creation flag constants FILE_FLAG_*


[Expand]
File attribute constants FILE_ATTRIBUTE_*


[Expand]
Filesystem attribute constants FS_*


[Expand]
Timeout constants INFINITE =*


[Expand]
TLS constants TLS_*


[Expand]
Wait constants WAIT_*


[Expand]
Thread state constants STILL_*


[Expand]
TimeZone constants TIME_ZONE_*


[Expand]
Universal key code constants KEY_CODE_*


[Expand]
Universal scan code constants SCAN_CODE_*


[Expand]
Universal color constants COLOR_*


[Expand]
Universal size constants SIZE_*


[Expand]
Universal time constants MILLISECONDS_*


[Expand]
Ultibo time constants TIME_TICKS_*


[Expand]
Unix/Linux time constants UNIX_TIME_*


[Expand]
FreePascal time constants PASCAL_*


[Expand]
System Call constants SYSTEM_CALL_*


[Expand]
Machine Type constants MACHINE_TYPE_*


[Expand]
Board Type constants BOARD_TYPE_*


Type definitions


None defined

Public variables


None defined

Function declarations


None defined


Return to Unit Reference