C# Class MsgPack.ItemsUnpacker.AsyncReadValueResult

Mostra 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_oe property

public byte header
return byte

integral public_oe property

public long integral
return long

real32 public_oe property

public float real32
return float

real64 public_oe property

public double real64
return double

type public_oe property

public ReadValueResult type
return ReadValueResult