Enum UdpCProtocol
Namespace: Unity.Networking.Transport.Protocols
Syntax
public enum UdpCProtocol : int
Fields
Name | Description | Value |
---|---|---|
ConnectionRequest | 0 | |
ConnectionReject | 1 | |
ConnectionAccept | 2 | |
Disconnect | 3 | |
Data | 4 |
public enum UdpCProtocol : int
Name | Description | Value |
---|---|---|
ConnectionRequest | 0 | |
ConnectionReject | 1 | |
ConnectionAccept | 2 | |
Disconnect | 3 | |
Data | 4 |