energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 671 forks source link

Making the client objects protected so children classes can access th… #1007

Open e2thenegpii opened 6 years ago

e2thenegpii commented 6 years ago

…e underlying clients

fixes #1006

Scope of the change

The scope is very limited to allowing access to the client objects of the EthernetStack and WifiIPStack classes to children classes, enabling a WifiIPStack that only talks TLS for example.

Known limitations

None

Tests and examples

None