C# Class FieldTrip.Buffer.BufferEvent

Show file Open project: jadref/buffer_bci Class Usage Examples

Public Properties

Property Type Description
duration int
offset int
sample int

Protected Properties

Property Type Description
wType WrappedObject
wValue WrappedObject

Public Methods

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

Method Details

BufferEvent() public method

public BufferEvent ( ) : System.Collections
return System.Collections

BufferEvent() public method

public BufferEvent ( ByteBuffer buf ) : System.Collections
buf ByteBuffer
return System.Collections

BufferEvent() public method

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

BufferEvent() public method

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

BufferEvent() public method

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

BufferEvent() public method

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

BufferEvent() public method

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

BufferEvent() public method

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

BufferEvent() public method

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

count() public static method

public static count ( ByteBuffer buf ) : int
buf ByteBuffer
return int

getType() public method

public getType ( ) : WrappedObject
return WrappedObject

getValue() public method

public getValue ( ) : WrappedObject
return WrappedObject

print() public method

public print ( ) : void
return void

serialize() public method

public serialize ( ByteBuffer buf ) : void
buf ByteBuffer
return void

setType() public method

public setType ( object typeObj ) : bool
typeObj object
return bool

setValue() public method

public setValue ( object valueObj ) : bool
valueObj object
return bool

setValueUnsigned() public method

public setValueUnsigned ( byte array ) : bool
array byte
return bool

size() public method

public size ( ) : int
return int

Property Details

duration public property

public int duration
return int

offset public property

public int offset
return int

sample public property

public int sample
return int

wType protected property

protected WrappedObject,FieldTrip.Buffer wType
return WrappedObject

wValue protected property

protected WrappedObject,FieldTrip.Buffer wValue
return WrappedObject