C# 클래스 FieldTrip.Buffer.BufferEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
duration int
offset int
sample int

보호된 프로퍼티들

프로퍼티 타입 설명
wType WrappedObject
wValue WrappedObject

공개 메소드들

메소드 설명
BufferEvent ( ) : System.Collections
BufferEvent ( ByteBuffer buf ) : System.Collections
BufferEvent ( string type, byte value, int sample ) : System.Collections
BufferEvent ( string type, double value, int sample ) : System.Collections
BufferEvent ( string type, float value, int sample ) : System.Collections
BufferEvent ( string type, int value, int sample ) : System.Collections
BufferEvent ( string type, long value, int sample ) : System.Collections
BufferEvent ( string type, short value, int sample ) : System.Collections
BufferEvent ( string type, string value, int sample ) : System.Collections
count ( ByteBuffer buf ) : int
getType ( ) : WrappedObject
getValue ( ) : WrappedObject
print ( ) : void
serialize ( ByteBuffer buf ) : void
setType ( object typeObj ) : bool
setValue ( object valueObj ) : bool
setValueUnsigned ( byte array ) : bool
size ( ) : int

메소드 상세

BufferEvent() 공개 메소드

public BufferEvent ( ) : System.Collections
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( ByteBuffer buf ) : System.Collections
buf ByteBuffer
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( string type, byte value, int sample ) : System.Collections
type string
value byte
sample int
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( string type, double value, int sample ) : System.Collections
type string
value double
sample int
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( string type, float value, int sample ) : System.Collections
type string
value float
sample int
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( string type, int value, int sample ) : System.Collections
type string
value int
sample int
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( string type, long value, int sample ) : System.Collections
type string
value long
sample int
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( string type, short value, int sample ) : System.Collections
type string
value short
sample int
리턴 System.Collections

BufferEvent() 공개 메소드

public BufferEvent ( string type, string value, int sample ) : System.Collections
type string
value string
sample int
리턴 System.Collections

count() 공개 정적인 메소드

public static count ( ByteBuffer buf ) : int
buf ByteBuffer
리턴 int

getType() 공개 메소드

public getType ( ) : WrappedObject
리턴 WrappedObject

getValue() 공개 메소드

public getValue ( ) : WrappedObject
리턴 WrappedObject

print() 공개 메소드

public print ( ) : void
리턴 void

serialize() 공개 메소드

public serialize ( ByteBuffer buf ) : void
buf ByteBuffer
리턴 void

setType() 공개 메소드

public setType ( object typeObj ) : bool
typeObj object
리턴 bool

setValue() 공개 메소드

public setValue ( object valueObj ) : bool
valueObj object
리턴 bool

setValueUnsigned() 공개 메소드

public setValueUnsigned ( byte array ) : bool
array byte
리턴 bool

size() 공개 메소드

public size ( ) : int
리턴 int

프로퍼티 상세

duration 공개적으로 프로퍼티

public int duration
리턴 int

offset 공개적으로 프로퍼티

public int offset
리턴 int

sample 공개적으로 프로퍼티

public int sample
리턴 int

wType 보호되어 있는 프로퍼티

protected WrappedObject,FieldTrip.Buffer wType
리턴 WrappedObject

wValue 보호되어 있는 프로퍼티

protected WrappedObject,FieldTrip.Buffer wValue
리턴 WrappedObject