C# Class fitSharp.Samples.TestSocket

Inheritance: SocketModel
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Свойство Type Description
isOpen bool

Méthodes publiques

Méthode Description
Clear ( ) : void
Close ( ) : void
GetByteString ( ) : string
GetBytes ( ) : byte[]
PutByteString ( string bytes ) : void
PutBytes ( ICollection bytes ) : void
Receive ( byte bytes, int offset, int bytesToRead ) : int
Send ( byte buffer ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GetByteString() public méthode

public GetByteString ( ) : string
Résultat string

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

PutByteString() public méthode

public PutByteString ( string bytes ) : void
bytes string
Résultat void

PutBytes() public méthode

public PutBytes ( ICollection bytes ) : void
bytes ICollection
Résultat void

Receive() public méthode

public Receive ( byte bytes, int offset, int bytesToRead ) : int
bytes byte
offset int
bytesToRead int
Résultat int

Send() public méthode

public Send ( byte buffer ) : void
buffer byte
Résultat void

Property Details

isOpen public_oe property

public bool isOpen
Résultat bool