public final class PcProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
static PcProtocol |
ANY
Static value Any for PcProtocol.
|
static PcProtocol |
TCP
Static value TCP for PcProtocol.
|
static PcProtocol |
UDP
Static value UDP for PcProtocol.
|
| Constructor and Description |
|---|
PcProtocol(String value)
Creates a custom value for PcProtocol.
|
public static final PcProtocol TCP
public static final PcProtocol UDP
public static final PcProtocol ANY
public PcProtocol(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/