Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Tamir
SharpSsh
jsch
Packet
C# Class Tamir.SharpSsh.jsch.Packet
Mostrar archivo
Open project: soywiz/csharputils
Class Usage Examples
Public Methods
Method
Description
Packet
(
Buffer
buffer
) :
System
reset
( ) :
void
Private Methods
Method
Description
padding
(
int
bsize
) :
void
setRandom
(
Random
foo
) :
void
shift
(
int
len
,
int
mac
) :
int
unshift
(
byte
command
,
int
recipient
,
int
s
,
int
len
) :
void
Method Details
Packet()
public
method
public
Packet
(
Buffer
buffer
) :
System
buffer
Buffer
return
System
reset()
public
method
public
reset
( ) :
void
return
void