There was an error while loading. Please reload this page.
See BTypes.h for the types we use.
Do not use int, use TInt instead. Do not use unix style uint8_t, use TUint8 instead. Etc.
Names typically have a single character prefix:
Class members will typically be prefeixed with lowercase m:
Method arguments will typically be prefixed with lowercase a: