profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-model
/
com.sygic.profi.model.fb.cfg
/
PFCfgChangeOption
/
Companion
Companion
object
Companion
Functions
Functions
add
Option
Id
Link copied to clipboard
fun
addOptionId
(
builder
:
FlatBufferBuilder
,
optionId
:
Int
)
add
Value
Bool
Link copied to clipboard
fun
addValueBool
(
builder
:
FlatBufferBuilder
,
valueBool
:
Boolean
)
add
Value
Int
Link copied to clipboard
fun
addValueInt
(
builder
:
FlatBufferBuilder
,
valueInt
:
Int
)
add
Value
Set
Link copied to clipboard
fun
addValueSet
(
builder
:
FlatBufferBuilder
,
valueSet
:
Int
)
add
Value
String
Link copied to clipboard
fun
addValueString
(
builder
:
FlatBufferBuilder
,
valueString
:
Int
)
create
PFCfg
Change
Option
Link copied to clipboard
fun
createPFCfgChangeOption
(
builder
:
FlatBufferBuilder
,
optionIdOffset
:
Int
,
valueBool
:
Boolean
,
valueStringOffset
:
Int
,
valueInt
:
Int
,
valueSetOffset
:
Int
)
:
Int
create
Value
Set
Vector
Link copied to clipboard
fun
createValueSetVector
(
builder
:
FlatBufferBuilder
,
data
:
IntArray
)
:
Int
end
PFCfg
Change
Option
Link copied to clipboard
fun
endPFCfgChangeOption
(
builder
:
FlatBufferBuilder
)
:
Int
get
Root
As
PFCfg
Change
Option
Link copied to clipboard
fun
getRootAsPFCfgChangeOption
(
_bb
:
ByteBuffer
)
:
PFCfgChangeOption
fun
getRootAsPFCfgChangeOption
(
_bb
:
ByteBuffer
,
obj
:
PFCfgChangeOption
)
:
PFCfgChangeOption
start
PFCfg
Change
Option
Link copied to clipboard
fun
startPFCfgChangeOption
(
builder
:
FlatBufferBuilder
)
start
Value
Set
Vector
Link copied to clipboard
fun
startValueSetVector
(
builder
:
FlatBufferBuilder
,
numElems
:
Int
)
validate
Version
Link copied to clipboard
fun
validateVersion
(
)