profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-model
/
com.sygic.profi.model.fb.cmd
/
PFCmdFuelReport
/
Companion
Companion
object
Companion
Functions
Functions
add
Capacity
Link copied to clipboard
fun
addCapacity
(
builder
:
FlatBufferBuilder
,
capacity
:
Float
)
add
Fuel
Unit
Link copied to clipboard
fun
addFuelUnit
(
builder
:
FlatBufferBuilder
,
fuelUnit
:
Byte
)
add
Level
Link copied to clipboard
fun
addLevel
(
builder
:
FlatBufferBuilder
,
level
:
Float
)
add
Warning
Link copied to clipboard
fun
addWarning
(
builder
:
FlatBufferBuilder
,
warning
:
Boolean
)
create
PFCmd
Fuel
Report
Link copied to clipboard
fun
createPFCmdFuelReport
(
builder
:
FlatBufferBuilder
,
fuelUnit
:
Byte
,
level
:
Float
,
capacity
:
Float
,
warning
:
Boolean
)
:
Int
end
PFCmd
Fuel
Report
Link copied to clipboard
fun
endPFCmdFuelReport
(
builder
:
FlatBufferBuilder
)
:
Int
get
Root
As
PFCmd
Fuel
Report
Link copied to clipboard
fun
getRootAsPFCmdFuelReport
(
_bb
:
ByteBuffer
)
:
PFCmdFuelReport
fun
getRootAsPFCmdFuelReport
(
_bb
:
ByteBuffer
,
obj
:
PFCmdFuelReport
)
:
PFCmdFuelReport
start
PFCmd
Fuel
Report
Link copied to clipboard
fun
startPFCmdFuelReport
(
builder
:
FlatBufferBuilder
)
validate
Version
Link copied to clipboard
fun
validateVersion
(
)