B4R Question basic question about "Private ObjectsBuffer(10) As Object"

candide

Active Member
Licensed User
in ESPConfigureWiFi we have in Sub Process_Globals:

Private ObjectsBuffer(10) As Object

=> what is size of memory used ???
=> (10) => i suppose it is 10 objects but we don't know the size of each object

and an object can be a byte, but also an array of byte.

thanks for your help
 
Top