C# Class S7.Net.Types.ByteArray

Mostra file Open project: killnine/s7netplus Class Usage Examples

Public Methods

Method 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 method

public Add ( ByteArray byteArray ) : void
byteArray ByteArray
return void

Add() public method

public Add ( byte item ) : void
item byte
return void

ByteArray() public method

public ByteArray ( ) : System.Collections.Generic
return System.Collections.Generic

ByteArray() public method

public ByteArray ( int size ) : System.Collections.Generic
size int
return System.Collections.Generic

Clear() public method

public Clear ( ) : void
return void