profi-sdk-aos-parent
0.10.1.28
profi-sdk-aos-model
/
com.sygic.profi.model.fb.msg
/
PFMsg
/
Companion
Companion
object
Companion
Functions
Functions
add
Code
Link copied to clipboard
fun
addCode
(
builder
:
FlatBufferBuilder
,
code
:
Int
)
add
Correlation
Id
Link copied to clipboard
fun
addCorrelationId
(
builder
:
FlatBufferBuilder
,
correlationId
:
Int
)
add
Detail
Text
Link copied to clipboard
fun
addDetailText
(
builder
:
FlatBufferBuilder
,
detailText
:
Int
)
add
Level
Link copied to clipboard
fun
addLevel
(
builder
:
FlatBufferBuilder
,
level
:
Byte
)
add
Short
Text
Link copied to clipboard
fun
addShortText
(
builder
:
FlatBufferBuilder
,
shortText
:
Int
)
create
PFMsg
Link copied to clipboard
fun
createPFMsg
(
builder
:
FlatBufferBuilder
,
correlationIdOffset
:
Int
,
level
:
Byte
,
codeOffset
:
Int
,
shortTextOffset
:
Int
,
detailTextOffset
:
Int
)
:
Int
end
PFMsg
Link copied to clipboard
fun
endPFMsg
(
builder
:
FlatBufferBuilder
)
:
Int
get
Root
As
PFMsg
Link copied to clipboard
fun
getRootAsPFMsg
(
_bb
:
ByteBuffer
)
:
PFMsg
fun
getRootAsPFMsg
(
_bb
:
ByteBuffer
,
obj
:
PFMsg
)
:
PFMsg
start
PFMsg
Link copied to clipboard
fun
startPFMsg
(
builder
:
FlatBufferBuilder
)
validate
Version
Link copied to clipboard
fun
validateVersion
(
)