Unit 'flcProtoBufUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TpbWireType

Declaration

Source position: flcProtoBufUtils.pas line 116

type TpbWireType = (

  pwtVarInt = 0,

  

  pwt64Bit = 1,

  

  pwtVarBytes = 2,

  

  pwtStartGroup = 3,

  

  pwtEndGroup = 4,

  

  pwt32Bit = 5,

  

  pwtNotUsed6 = 6,

  

  pwtNotUsed7 = 7

  

);



CT Web help

CodeTyphon Studio