hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
EncodingCodes
hunt
proton
codec
EncodingCodes
Undocumented in source.
interface
EncodingCodes {
enum
byte
DESCRIBED_TYPE_INDICATOR
;
enum
byte
NULL
;
enum
byte
BOOLEAN
;
enum
byte
BOOLEAN_TRUE
;
enum
byte
BOOLEAN_FALSE
;
enum
byte
UBYTE
;
enum
byte
USHORT
;
enum
byte
UINT
;
enum
byte
SMALLUINT
;
enum
byte
UINT0
;
enum
byte
ULONG
;
enum
byte
SMALLULONG
;
enum
byte
ULONG0
;
enum
byte
BYTE
;
enum
byte
SHORT
;
enum
byte
INT
;
enum
byte
SMALLINT
;
enum
byte
LONG
;
enum
byte
SMALLLONG
;
enum
byte
FLOAT
;
enum
byte
DOUBLE
;
enum
byte
DECIMAL32
;
enum
byte
DECIMAL64
;
enum
byte
DECIMAL128
;
enum
byte
CHAR
;
enum
byte
TIMESTAMP
;
enum
byte
UUID
;
enum
byte
VBIN8
;
enum
byte
VBIN32
;
enum
byte
STR8
;
enum
byte
STR32
;
enum
byte
SYM8
;
enum
byte
SYM32
;
enum
byte
LIST0
;
enum
byte
LIST8
;
enum
byte
LIST32
;
enum
byte
MAP8
;
enum
byte
MAP32
;
enum
byte
ARRAY8
;
enum
byte
ARRAY32
;
}
Members
Variables
ARRAY32
enum
byte
ARRAY32
;
Undocumented in source.
ARRAY8
enum
byte
ARRAY8
;
Undocumented in source.
BOOLEAN
enum
byte
BOOLEAN
;
Undocumented in source.
BOOLEAN_FALSE
enum
byte
BOOLEAN_FALSE
;
Undocumented in source.
BOOLEAN_TRUE
enum
byte
BOOLEAN_TRUE
;
Undocumented in source.
BYTE
enum
byte
BYTE
;
Undocumented in source.
CHAR
enum
byte
CHAR
;
Undocumented in source.
DECIMAL128
enum
byte
DECIMAL128
;
Undocumented in source.
DECIMAL32
enum
byte
DECIMAL32
;
Undocumented in source.
DECIMAL64
enum
byte
DECIMAL64
;
Undocumented in source.
DESCRIBED_TYPE_INDICATOR
enum
byte
DESCRIBED_TYPE_INDICATOR
;
Undocumented in source.
DOUBLE
enum
byte
DOUBLE
;
Undocumented in source.
FLOAT
enum
byte
FLOAT
;
Undocumented in source.
INT
enum
byte
INT
;
Undocumented in source.
LIST0
enum
byte
LIST0
;
Undocumented in source.
LIST32
enum
byte
LIST32
;
Undocumented in source.
LIST8
enum
byte
LIST8
;
Undocumented in source.
LONG
enum
byte
LONG
;
Undocumented in source.
MAP32
enum
byte
MAP32
;
Undocumented in source.
MAP8
enum
byte
MAP8
;
Undocumented in source.
NULL
enum
byte
NULL
;
Undocumented in source.
SHORT
enum
byte
SHORT
;
Undocumented in source.
SMALLINT
enum
byte
SMALLINT
;
Undocumented in source.
SMALLLONG
enum
byte
SMALLLONG
;
Undocumented in source.
SMALLUINT
enum
byte
SMALLUINT
;
Undocumented in source.
SMALLULONG
enum
byte
SMALLULONG
;
Undocumented in source.
STR32
enum
byte
STR32
;
Undocumented in source.
STR8
enum
byte
STR8
;
Undocumented in source.
SYM32
enum
byte
SYM32
;
Undocumented in source.
SYM8
enum
byte
SYM8
;
Undocumented in source.
TIMESTAMP
enum
byte
TIMESTAMP
;
Undocumented in source.
UBYTE
enum
byte
UBYTE
;
Undocumented in source.
UINT
enum
byte
UINT
;
Undocumented in source.
UINT0
enum
byte
UINT0
;
Undocumented in source.
ULONG
enum
byte
ULONG
;
Undocumented in source.
ULONG0
enum
byte
ULONG0
;
Undocumented in source.
USHORT
enum
byte
USHORT
;
Undocumented in source.
UUID
enum
byte
UUID
;
Undocumented in source.
VBIN32
enum
byte
VBIN32
;
Undocumented in source.
VBIN8
enum
byte
VBIN8
;
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
codec
EncodingCodes
interfaces
EncodingCodes