Properties | |
ushort | MyDeviceID |
int | ClientReceivePortNumber |
int | ClientSendFromPortNumber |
int | ServerSendFromPortNumber |
int | ServerReceivePortNumber |
int | DefaultBandwidthDelayProdut |
int | InterAckableTime |
int | FirstAckableTime |
int | AckArrivalTimeout |
IPAddress | ServerIP |
IPAddress | ClientIP |
ushort | SERVER_DEVICE_ID |
Definition at line 9 of file StackSettings.cs.
|
<summary> UDP Port number that client will receive custom protocol traffic on </summary> Definition at line 36 of file StackSettings.cs. |
|
<summary> The UDP Port number that clients will send data from </summary> Definition at line 44 of file StackSettings.cs. |
|
<summary> The Device ID of the host the protocol stack is running on </summary> Definition at line 23 of file StackSettings.cs. |
|
<summary> The default Device ID for the server (0). </summary> Definition at line 147 of file StackSettings.cs. |
|
<summary> UDP Port number that the server will received custom protocol traffic on </summary> Definition at line 58 of file StackSettings.cs. |
|
<summary> The UDP Port number that server will send data from </summary> Definition at line 51 of file StackSettings.cs. |