Enum PerformLogin

Return type for the onConnect callback.

enum PerformLogin : int { ... }

Enum members

NameDescription
no Login procedure was handled in user code, and does not need to be done by the library.
yes Login procedure was not handled in user code, and needs to be done by the library.