profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-model
/
com.sygic.profi.model.fb.cfg
/
PFCfgFeature
/
Companion
Companion
object
Companion
Functions
Functions
add
Description
Link copied to clipboard
fun
addDescription
(
builder
:
FlatBufferBuilder
,
description
:
Int
)
add
Id
Link copied to clipboard
fun
addId
(
builder
:
FlatBufferBuilder
,
id
:
Int
)
add
Name
Link copied to clipboard
fun
addName
(
builder
:
FlatBufferBuilder
,
name
:
Int
)
add
Valid
Link copied to clipboard
fun
addValid
(
builder
:
FlatBufferBuilder
,
valid
:
Boolean
)
add
Valid
From
Link copied to clipboard
fun
addValidFrom
(
builder
:
FlatBufferBuilder
,
validFrom
:
Int
)
add
Valid
To
Link copied to clipboard
fun
addValidTo
(
builder
:
FlatBufferBuilder
,
validTo
:
Int
)
create
PFCfg
Feature
Link copied to clipboard
fun
createPFCfgFeature
(
builder
:
FlatBufferBuilder
,
idOffset
:
Int
,
nameOffset
:
Int
,
descriptionOffset
:
Int
,
valid
:
Boolean
,
validFrom
:
Int
,
validTo
:
Int
)
:
Int
end
PFCfg
Feature
Link copied to clipboard
fun
endPFCfgFeature
(
builder
:
FlatBufferBuilder
)
:
Int
get
Root
As
PFCfg
Feature
Link copied to clipboard
fun
getRootAsPFCfgFeature
(
_bb
:
ByteBuffer
)
:
PFCfgFeature
fun
getRootAsPFCfgFeature
(
_bb
:
ByteBuffer
,
obj
:
PFCfgFeature
)
:
PFCfgFeature
start
PFCfg
Feature
Link copied to clipboard
fun
startPFCfgFeature
(
builder
:
FlatBufferBuilder
)
validate
Version
Link copied to clipboard
fun
validateVersion
(
)