C# Class OpenSphericalCamera.CommandResponse

显示文件 Open project: YuukiMochiduki/Open-Spherical-Camera-For-Unity

Public Properties

Property Type Description
bytes byte[]
error Error
id string
name string
progress IDictionary
results IDictionary
state Status

Public Methods

Method Description
Parse ( string json ) : void

Method Details

Parse() public method

public Parse ( string json ) : void
json string
return void

Property Details

bytes public_oe property

public byte[] bytes
return byte[]

error public_oe property

public Error,OpenSphericalCamera error
return Error

id public_oe property

public string id
return string

name public_oe property

public string name
return string

progress public_oe property

public IDictionary progress
return IDictionary

results public_oe property

public IDictionary results
return IDictionary

state public_oe property

public Status state
return Status