TpbProtoFieldBaseType Enumeration

Represents type TpbProtoFieldBaseType.

Namespace: flcProtoBufProtoNodes
type
 TpbProtoFieldBaseType = (
 pftNone,
 pftDouble,
 pftFloat,
 pftInt32,
 pftInt64,
 pftUInt32,
 pftUInt64,
 pftSInt32,
 pftSInt64,
 pftFixed32,
 pftFixed64,
 pftSFixed32,
 pftSFixed64,
 pftBool,
 pftString,
 pftBytes,
 pftIdentifier
 );

The TpbProtoFieldBaseType type exposes the following members.

Show:
 NameDescription
pftBool

Represents constant pftBool.

pftBytes

Represents constant pftBytes.

pftDouble

Represents constant pftDouble.

pftFixed32

Represents constant pftFixed32.

pftFixed64

Represents constant pftFixed64.

pftFloat

Represents constant pftFloat.

pftIdentifier

Represents constant pftIdentifier.

pftInt32

Represents constant pftInt32.

pftInt64

Represents constant pftInt64.

pftNone

Represents constant pftNone.

pftSFixed32

Represents constant pftSFixed32.

pftSFixed64

Represents constant pftSFixed64.

pftSInt32

Represents constant pftSInt32.

pftSInt64

Represents constant pftSInt64.

pftString

Represents constant pftString.

pftUInt32

Represents constant pftUInt32.

pftUInt64

Represents constant pftUInt64.

Top