Skip to main content
Version: Streamsheets 2.5

PROTOBUF.DECODE

star This is a premium feature.

Decodes a Protobuf message

Syntax

=PROTOBUF.DECODE(Message, MessageType, [Target], [ProtobufFile])

Arguments

NameDescription
MessageThe message as buffer to decode
MessageTypeThe type of the message
Target (optional)The target where to write the result to
ProtobufFile (optional)The Protobuf file.

Return

The decoded Protobuf message.

Examples

FormulaResultComment