NetworkType

Declaration

enum class NetworkType {
        UDP,
        TCP
};