C# Class FieldTrip.Buffer.BufferEvent

Afficher le fichier Open project: jadref/buffer_bci Class Usage Examples

Méthodes publiques

Свойство Type Description
duration int
offset int
sample int

Protected Properties

Свойство Type Description
wType WrappedObject
wValue WrappedObject

Méthodes publiques

Méthode 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 méthode

public BufferEvent ( ) : System.Collections
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( ByteBuffer buf ) : System.Collections
buf ByteBuffer
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( string type, byte value, int sample ) : System.Collections
type string
value byte
sample int
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( string type, double value, int sample ) : System.Collections
type string
value double
sample int
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( string type, float value, int sample ) : System.Collections
type string
value float
sample int
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( string type, int value, int sample ) : System.Collections
type string
value int
sample int
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( string type, long value, int sample ) : System.Collections
type string
value long
sample int
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( string type, short value, int sample ) : System.Collections
type string
value short
sample int
Résultat System.Collections

BufferEvent() public méthode

public BufferEvent ( string type, string value, int sample ) : System.Collections
type string
value string
sample int
Résultat System.Collections

count() public static méthode

public static count ( ByteBuffer buf ) : int
buf ByteBuffer
Résultat int

getType() public méthode

public getType ( ) : WrappedObject
Résultat WrappedObject

getValue() public méthode

public getValue ( ) : WrappedObject
Résultat WrappedObject

print() public méthode

public print ( ) : void
Résultat void

serialize() public méthode

public serialize ( ByteBuffer buf ) : void
buf ByteBuffer
Résultat void

setType() public méthode

public setType ( object typeObj ) : bool
typeObj object
Résultat bool

setValue() public méthode

public setValue ( object valueObj ) : bool
valueObj object
Résultat bool

setValueUnsigned() public méthode

public setValueUnsigned ( byte array ) : bool
array byte
Résultat bool

size() public méthode

public size ( ) : int
Résultat int

Property Details

duration public_oe property

public int duration
Résultat int

offset public_oe property

public int offset
Résultat int

sample public_oe property

public int sample
Résultat int

wType protected_oe property

protected WrappedObject,FieldTrip.Buffer wType
Résultat WrappedObject

wValue protected_oe property

protected WrappedObject,FieldTrip.Buffer wValue
Résultat WrappedObject