Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
typedef struct
{
int var1;
byte var2[8];
char *pVar3;
}
myStruct;
public struct myStruct {
int16 var1;
byte(8) var2;
string Var3;
}