C# Класс FieldTrip.Buffer.BufferEvent

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
duration int
offset int
sample int

Защищенные свойства (Protected)

Свойство Тип Описание
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