Property | Type | Description | |
---|---|---|---|
NearIP | string | ||
NearPort | int | ||
Parameters | Variant | ||
Rx | int |
Method | Description | |
---|---|---|
Create ( string bindIp, int bindPort ) : |
||
Create ( string bindIp, ushort bindPort, |
||
GetStats ( Variant info ) : bool | ||
GetStats ( Variant info, uint namespaceId ) : void | ||
OnEvent ( |
||
SetReceiveBuffer ( |
||
SignalOutputData ( |
||
StartAccept ( ) : bool | ||
UDPCarrier ( Socket socket ) : System |
Method | Description | |
---|---|---|
GetEndpointsInfo ( ) : bool |
public static Create ( string bindIp, int bindPort ) : |
||
bindIp | string | |
bindPort | int | |
return |
public static Create ( string bindIp, ushort bindPort, |
||
bindIp | string | |
bindPort | ushort | |
pProtocol | ||
return |
public GetStats ( Variant info, uint namespaceId ) : void | ||
info | Variant | |
namespaceId | uint | |
return | void |
public OnEvent ( |
||
e | ||
return | bool |
public SetReceiveBuffer ( |
||
ms | ||
socketAsyncEventArgs | ||
size | int | |
return | bool |
public SignalOutputData ( |
||
address | ||
outputStream | ||
return | bool |