profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-model
/
com.sygic.profi.model.fb.tbt
/
PFTBT
/
Companion
Companion
object
Companion
Functions
Functions
add
Correlation
Id
Link copied to clipboard
fun
addCorrelationId
(
builder
:
FlatBufferBuilder
,
correlationId
:
Int
)
add
Current
Street
Link copied to clipboard
fun
addCurrentStreet
(
builder
:
FlatBufferBuilder
,
currentStreet
:
Int
)
add
Direction
Link copied to clipboard
fun
addDirection
(
builder
:
FlatBufferBuilder
,
direction
:
Int
)
add
Lane
Assist
Link copied to clipboard
fun
addLaneAssist
(
builder
:
FlatBufferBuilder
,
laneAssist
:
Int
)
add
Route
Link copied to clipboard
fun
addRoute
(
builder
:
FlatBufferBuilder
,
route
:
Int
)
add
Speed
Limit
Link copied to clipboard
fun
addSpeedLimit
(
builder
:
FlatBufferBuilder
,
speedLimit
:
Int
)
add
Vehicle
Position
Link copied to clipboard
fun
addVehiclePosition
(
builder
:
FlatBufferBuilder
,
vehiclePosition
:
Int
)
create
PFTBT
Link copied to clipboard
fun
createPFTBT
(
builder
:
FlatBufferBuilder
,
correlationIdOffset
:
Int
,
vehiclePositionOffset
:
Int
,
routeOffset
:
Int
,
speedLimitOffset
:
Int
,
currentStreetOffset
:
Int
,
directionOffset
:
Int
,
laneAssistOffset
:
Int
)
:
Int
end
PFTBT
Link copied to clipboard
fun
endPFTBT
(
builder
:
FlatBufferBuilder
)
:
Int
get
Root
As
PFTBT
Link copied to clipboard
fun
getRootAsPFTBT
(
_bb
:
ByteBuffer
)
:
PFTBT
fun
getRootAsPFTBT
(
_bb
:
ByteBuffer
,
obj
:
PFTBT
)
:
PFTBT
start
PFTBT
Link copied to clipboard
fun
startPFTBT
(
builder
:
FlatBufferBuilder
)
validate
Version
Link copied to clipboard
fun
validateVersion
(
)