C# Class MsgPack.ItemsUnpacker.AsyncReadValueResult

Show file Open project: msgpack/msgpack-cli

Public Properties

Property Type Description
header byte
integral long
real32 float
real64 double
type ReadValueResult

Property Details

header public property

public byte header
return byte

integral public property

public long integral
return long

real32 public property

public float real32
return float

real64 public property

public double real64
return double

type public property

public ReadValueResult type
return ReadValueResult