|
1
|
# WslcPortProtocol |
|
2
|
|
|
3
|
```c |
|
4
|
typedef enum WslcPortProtocol |
|
5
|
{ |
|
6
|
WSLC_PORT_PROTOCOL_TCP = 0, |
|
7
|
WSLC_PORT_PROTOCOL_UDP = 1 |
|
8
|
} WslcPortProtocol; |
|
9
|
``` |
|
10
|
|
|
11
|
| Enumerator | Value | |
|
12
|
|---|---| |
|
13
|
| `WSLC_PORT_PROTOCOL_TCP` | `0` | |
|
14
|
| `WSLC_PORT_PROTOCOL_UDP` | `1` | |