WiFi Framework C++ Edition

◆ DoDeviceConnected()

virtual void DoDeviceConnected ( CwclWiFiDirectDevice *const  Device,
const int  Error 
)
overrideprotectedvirtual

Fires the OnDeviceConnected event.

Parameters
DeviceThe WiFi Direct device object.
ErrorThe connection result code. If the Error parameter is WCL_E_SUCCESS the connection has been established.

A derived class must always call the inherited method if this one is override.

See also
CwclWiFiDirectDevice

Reimplemented from CwclWiFiDirectConnectionComponent.