Struct NetworkEndPoint.RawNetworkAddress
Namespace: Unity.Networking.Transport
Syntax
public struct RawNetworkAddress
Fields
data
Declaration
public byte *data
Field Value
Type | Description |
---|---|
Byte* |
family
Declaration
public byte family
Field Value
Type | Description |
---|---|
Byte |
ipv4
Declaration
public uint ipv4
Field Value
Type | Description |
---|---|
UInt32 |
ipv4_bytes
Declaration
public byte *ipv4_bytes
Field Value
Type | Description |
---|---|
Byte* |
ipv6
Declaration
public byte *ipv6
Field Value
Type | Description |
---|---|
Byte* |
port
Declaration
public ushort port
Field Value
Type | Description |
---|---|
UInt16 |