Property | Type | Description | |
---|---|---|---|
LocalEndPoint | |||
_topic | string | ||
cached_remote_host | string | ||
close_mutex | object | ||
closed | bool | ||
connected_host | string | ||
connected_port | int | ||
events | int | ||
expecting_read | bool | ||
expecting_write | bool | ||
flags | int | ||
is_server | bool | ||
no_delay | bool | ||
poll_set | |||
server_address | |||
server_port | int | ||
use_keepalive | bool |
Method | Description | |
---|---|---|
ByteDump ( byte b ) : string | ||
ByteDumpCondensed ( byte b ) : string | ||
TcpTransport ( ) : System | ||
TcpTransport ( |
||
TcpTransport ( |
||
TcpTransport ( System s, |
||
TcpTransport ( System s, |
||
accept ( ) : |
||
close ( ) : void | ||
connect ( string host, int port ) : bool | ||
disableRead ( ) : void | ||
disableWrite ( ) : void | ||
enableRead ( ) : void | ||
enableWrite ( ) : void | ||
getRequiresHeader ( ) : bool | ||
listen ( int port, int backlog, AcceptCallback accept_cb ) : bool | ||
parseHeader ( |
||
read ( byte buffer, int pos, int length ) : int | ||
setKeepAlive ( bool use, int idle, int interval, int count ) : void | ||
setNoDelay ( bool nd ) : void | ||
setNonBlocking ( ) : bool | ||
write ( byte buffer, int pos, int size ) : int |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
initializeSocket ( ) : bool | ||
setKeepAlive ( Ros_CSharp.CustomSocket.Socket sock, ulong time, ulong interval ) : bool | ||
setKeepAlive ( Ros_CSharp.CustomSocket.Socket sock, ulong time, ulong interval, ulong count ) : bool | ||
setSocket ( Ros_CSharp.CustomSocket.Socket s ) : bool | ||
socketUpdate ( int events ) : void |
public static ByteDumpCondensed ( byte b ) : string | ||
b | byte | |
return | string |
public TcpTransport ( |
||
pollset | ||
return | System |
public TcpTransport ( |
||
pollset | ||
flags | int | |
return | System |
public TcpTransport ( System s, |
||
s | System | |
pollset | ||
return | System |
public TcpTransport ( System s, |
||
s | System | |
pollset | ||
flags | int | |
return | System |
public connect ( string host, int port ) : bool | ||
host | string | |
port | int | |
return | bool |
public listen ( int port, int backlog, AcceptCallback accept_cb ) : bool | ||
port | int | |
backlog | int | |
accept_cb | AcceptCallback | |
return | bool |
public read ( byte buffer, int pos, int length ) : int | ||
buffer | byte | |
pos | int | |
length | int | |
return | int |
public setKeepAlive ( bool use, int idle, int interval, int count ) : void | ||
use | bool | |
idle | int | |
interval | int | |
count | int | |
return | void |
public write ( byte buffer, int pos, int size ) : int | ||
buffer | byte | |
pos | int | |
size | int | |
return | int |
public IPEndPoint,System.Net LocalEndPoint | ||
return |
public IPEndPoint,System.Net server_address | ||
return |