C# Class Baseline.Engine

Show file Open project: bingyang001/disruptor-net-3.3.0-alpha

Public Methods

Method Description
Fuel ( int index ) : byte
GetFuel ( byte dst, int offset, int length ) : int
GetManufacturerCode ( int index ) : byte
GetManufacturerCode ( byte dst, int dstOffset ) : int
SetManufacturerCode ( byte src, int srcOffset ) : void
SetManufacturerCode ( int index, byte value ) : void
Wrap ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset, int actingVersion ) : void

Method Details

Fuel() public method

public Fuel ( int index ) : byte
index int
return byte

GetFuel() public method

public GetFuel ( byte dst, int offset, int length ) : int
dst byte
offset int
length int
return int

GetManufacturerCode() public method

public GetManufacturerCode ( int index ) : byte
index int
return byte

GetManufacturerCode() public method

public GetManufacturerCode ( byte dst, int dstOffset ) : int
dst byte
dstOffset int
return int

SetManufacturerCode() public method

public SetManufacturerCode ( byte src, int srcOffset ) : void
src byte
srcOffset int
return void

SetManufacturerCode() public method

public SetManufacturerCode ( int index, byte value ) : void
index int
value byte
return void

Wrap() public method

public Wrap ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset, int actingVersion ) : void
buffer Adaptive.SimpleBinaryEncoding.DirectBuffer
offset int
actingVersion int
return void