Struct network_address
Namespace: Unity.Networking.Transport
Syntax
public struct network_address : IEquatable<network_address>
Fields
data
Declaration
public byte *data
Field Value
| Type | Description |
|---|---|
| Byte* |
length
Declaration
public int length
Field Value
| Type | Description |
|---|---|
| Int32 |
Methods
Equals(network_address)
Declaration
public bool Equals(network_address other)
Parameters
| Type | Name | Description |
|---|---|---|
| network_address | other |
Returns
| Type | Description |
|---|---|
| Boolean |