C# Class S7.Net.Types.ByteArray

Afficher le fichier Open project: killnine/s7netplus Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ByteArray byteArray ) : void
Add ( byte item ) : void
ByteArray ( ) : System.Collections.Generic
ByteArray ( int size ) : System.Collections.Generic
Clear ( ) : void

Method Details

Add() public méthode

public Add ( ByteArray byteArray ) : void
byteArray ByteArray
Résultat void

Add() public méthode

public Add ( byte item ) : void
item byte
Résultat void

ByteArray() public méthode

public ByteArray ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ByteArray() public méthode

public ByteArray ( int size ) : System.Collections.Generic
size int
Résultat System.Collections.Generic

Clear() public méthode

public Clear ( ) : void
Résultat void