Свойство | Тип | Описание | |
---|---|---|---|
NearIP | string | ||
NearPort | int | ||
Parameters | Variant | ||
Rx | int |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
GetEndpointsInfo ( ) : bool |
public static Create ( string bindIp, int bindPort ) : |
||
bindIp | string | |
bindPort | int | |
Результат |
public static Create ( string bindIp, ushort bindPort, |
||
bindIp | string | |
bindPort | ushort | |
pProtocol | ||
Результат |
public GetStats ( Variant info, uint namespaceId ) : void | ||
info | Variant | |
namespaceId | uint | |
Результат | void |
public OnEvent ( |
||
e | ||
Результат | bool |
public SetReceiveBuffer ( |
||
ms | ||
socketAsyncEventArgs | ||
size | int | |
Результат | bool |
public SignalOutputData ( |
||
address | ||
outputStream | ||
Результат | bool |
public UDPCarrier ( Socket socket ) : System | ||
socket | Socket | |
Результат | System |