C# 클래스 S7.Net.Types.ByteArray

파일 보기 프로젝트 열기: killnine/s7netplus 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ByteArray byteArray ) : void
Add ( byte item ) : void
ByteArray ( ) : System.Collections.Generic
ByteArray ( int size ) : System.Collections.Generic
Clear ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( ByteArray byteArray ) : void
byteArray ByteArray
리턴 void

Add() 공개 메소드

public Add ( byte item ) : void
item byte
리턴 void

ByteArray() 공개 메소드

public ByteArray ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ByteArray() 공개 메소드

public ByteArray ( int size ) : System.Collections.Generic
size int
리턴 System.Collections.Generic

Clear() 공개 메소드

public Clear ( ) : void
리턴 void