Class MessagePackCode
- Namespace
- Nerdbank.MessagePack
- Assembly
- Nerdbank.MessagePack.dll
The core type codes as defined by msgpack.
public static class MessagePackCode
- Inheritance
-
MessagePackCode
- Inherited Members
Fields
Array16
public const byte Array16 = 220
Field Value
Array32
public const byte Array32 = 221
Field Value
Bin16
public const byte Bin16 = 197
Field Value
Bin32
public const byte Bin32 = 198
Field Value
Bin8
public const byte Bin8 = 196
Field Value
Ext16
public const byte Ext16 = 200
Field Value
Ext32
public const byte Ext32 = 201
Field Value
Ext8
public const byte Ext8 = 199
Field Value
False
public const byte False = 194
Field Value
FixExt1
public const byte FixExt1 = 212
Field Value
FixExt16
public const byte FixExt16 = 216
Field Value
FixExt2
public const byte FixExt2 = 213
Field Value
FixExt4
public const byte FixExt4 = 214
Field Value
FixExt8
public const byte FixExt8 = 215
Field Value
Float32
public const byte Float32 = 202
Field Value
Float64
public const byte Float64 = 203
Field Value
Int16
public const byte Int16 = 209
Field Value
Int32
public const byte Int32 = 210
Field Value
Int64
public const byte Int64 = 211
Field Value
Int8
public const byte Int8 = 208
Field Value
Map16
public const byte Map16 = 222
Field Value
Map32
public const byte Map32 = 223
Field Value
MaxFixArray
public const byte MaxFixArray = 159
Field Value
MaxFixInt
public const byte MaxFixInt = 127
Field Value
MaxFixMap
public const byte MaxFixMap = 143
Field Value
MaxFixStr
public const byte MaxFixStr = 191
Field Value
MaxNegativeFixInt
public const byte MaxNegativeFixInt = 255
Field Value
MinFixArray
public const byte MinFixArray = 144
Field Value
MinFixInt
public const byte MinFixInt = 0
Field Value
MinFixMap
public const byte MinFixMap = 128
Field Value
MinFixStr
public const byte MinFixStr = 160
Field Value
MinNegativeFixInt
public const byte MinNegativeFixInt = 224
Field Value
NeverUsed
public const byte NeverUsed = 193
Field Value
Nil
public const byte Nil = 192
Field Value
Str16
public const byte Str16 = 218
Field Value
Str32
public const byte Str32 = 219
Field Value
Str8
public const byte Str8 = 217
Field Value
True
public const byte True = 195
Field Value
UInt16
public const byte UInt16 = 205
Field Value
UInt32
public const byte UInt32 = 206
Field Value
UInt64
public const byte UInt64 = 207
Field Value
UInt8
public const byte UInt8 = 204
Field Value
Methods
ToFormatName(byte)
public static string ToFormatName(byte code)
Parameters
code
byte
Returns
ToMessagePackType(byte)
public static MessagePackType ToMessagePackType(byte code)
Parameters
code
byte