Method | Description | |
---|---|---|
AvailableMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
Car ( ) : System | ||
CodeMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
EngineMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
ExtrasMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
FuelFiguresCount ( int count ) : FuelFiguresGroup | ||
GetMake ( byte dst, int dstOffset, int length ) : int | ||
GetModel ( byte dst, int dstOffset, int length ) : int | ||
GetSomeNumbers ( int index ) : int | ||
GetVehicleCode ( int index ) : byte | ||
GetVehicleCode ( byte dst, int dstOffset ) : int | ||
MakeMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
ModelMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
ModelYearMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
PerformanceFiguresCount ( int count ) : PerformanceFiguresGroup | ||
SerialNumberMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
SetMake ( byte src, int srcOffset, int length ) : int | ||
SetModel ( byte src, int srcOffset, int length ) : int | ||
SetSomeNumbers ( int index, int value ) : void | ||
SetVehicleCode ( byte src, int srcOffset ) : void | ||
SetVehicleCode ( int index, byte value ) : void | ||
SomeNumbersMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
VehicleCodeMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
WrapForDecode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion ) : void | ||
WrapForEncode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset ) : void |
public static AvailableMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public static CodeMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public static EngineMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public static ExtrasMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public FuelFiguresCount ( int count ) : FuelFiguresGroup | ||
count | int | |
return | FuelFiguresGroup |
public GetMake ( byte dst, int dstOffset, int length ) : int | ||
dst | byte | |
dstOffset | int | |
length | int | |
return | int |
public GetModel ( byte dst, int dstOffset, int length ) : int | ||
dst | byte | |
dstOffset | int | |
length | int | |
return | int |
public GetVehicleCode ( byte dst, int dstOffset ) : int | ||
dst | byte | |
dstOffset | int | |
return | int |
public static MakeMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public static ModelMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public static ModelYearMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public PerformanceFiguresCount ( int count ) : PerformanceFiguresGroup | ||
count | int | |
return | PerformanceFiguresGroup |
public static SerialNumberMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public SetMake ( byte src, int srcOffset, int length ) : int | ||
src | byte | |
srcOffset | int | |
length | int | |
return | int |
public SetModel ( byte src, int srcOffset, int length ) : int | ||
src | byte | |
srcOffset | int | |
length | int | |
return | int |
public SetSomeNumbers ( int index, int value ) : void | ||
index | int | |
value | int | |
return | void |
public SetVehicleCode ( byte src, int srcOffset ) : void | ||
src | byte | |
srcOffset | int | |
return | void |
public SetVehicleCode ( int index, byte value ) : void | ||
index | int | |
value | byte | |
return | void |
public static SomeNumbersMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public static VehicleCodeMetaAttribute ( MetaAttribute metaAttribute ) : string | ||
metaAttribute | MetaAttribute | |
return | string |
public WrapForDecode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion ) : void | ||
buffer | Adaptive.SimpleBinaryEncoding.DirectBuffer | |
offset | int | |
actingBlockLength | int | |
actingVersion | int | |
return | void |
public WrapForEncode ( Adaptive.SimpleBinaryEncoding.DirectBuffer buffer, int offset ) : void | ||
buffer | Adaptive.SimpleBinaryEncoding.DirectBuffer | |
offset | int | |
return | void |