C# 클래스 OGE.MeasurementStream.ByteBuffer

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
Position int

공개 메소드들

메소드 설명
ByteBuffer ( int size ) : System
Grow ( ) : void

메소드 상세

ByteBuffer() 공개 메소드

public ByteBuffer ( int size ) : System
size int
리턴 System

Grow() 공개 메소드

public Grow ( ) : void
리턴 void

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Position 공개적으로 프로퍼티

public int Position
리턴 int