|
| Type | Description | ||
| BeepRoles | Constant value that defines current role. |
Beep protocol defines that each peer (and there's two of them) acts either as the listener, or the initiator. You can also reference them as client (initiator) and the server (listener) although both parties have same level of control over each other, unlike in client-server connections. You should define Beep's role before you call Start method.
|