Bluetooth Framework C++ Edition

◆ OnInitialize()

virtual bool OnInitialize ( )
protectedvirtual

The method called by the thread when it just started. An application must override this method to execute initialization code.

Returns
If initialization completed successfully the function must return true. Otherwise the function must return false.

The default implementation always returns true.