Serial Framework C++ Edition

◆ Connect()

int Connect ( const unsigned short  PacketSize = 0xFFFF)

Connects to an OBEX server.

Parameters
PacketSizeThe maximum OBEX packet size. The minimum allowed value is 0x00FF. The default value is 0xFFFF.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.