Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
10
New Subroutines and Functions for the ESP8266
In the descriptions that follow, the parameter types that are accepted by each routine are described. 
Some parameters accept a specific fundamental data type while others may accept a few similar types. 
Others accept virtually any parameter type.  In order to more succinctly describe the types of parameters
accepted, some descriptive type categories are used.  For example, the category integral is used to
connote those types that have the integral characteristic, such as Byte, Integer, UnsignedInteger,
Long and UnsignedLong.  The table below indicates which types belong to which categories.
Type Category Membership
Type/Category
any type
numeric
integral
real
signed
int8/16
int16
int32
any 32-bit
Boolean
x
Bit
x
x
x
x
Nibble
x
x
x
 
x
 
 
 
Byte
x
x
x
x
Integer
x
x
x
x
x
x
UnsignedInteger
x
x
x
x
x
Long
x
x
x
x
x
x
UnsignedLong
x
x
x
x
x
Single
x
x
x
x
x
Double
x
x
x
x
Enum
x
String
x
The remainder of this document presents complete descriptions of each of the System Library routines
that is unique to the ESP8266, arranged in alphabetical order.
Previous page Top Next page