C# Class OpenSphericalCamera.Info

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

Public Properties

Property Type Description
api List
endpoints Endpoints
firmwareVersion string
gps bool
gyro bool
manufacturer string
model string
serialNumber string
supportUrl string
uptime long

Public Methods

Method Description
ParseJson ( string json ) : void

Method Details

ParseJson() public method

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

Property Details

api public_oe property

public List api
return List

endpoints public_oe property

public Endpoints,OpenSphericalCamera endpoints
return Endpoints

firmwareVersion public_oe property

public string firmwareVersion
return string

gps public_oe property

public bool gps
return bool

gyro public_oe property

public bool gyro
return bool

manufacturer public_oe property

public string manufacturer
return string

model public_oe property

public string model
return string

serialNumber public_oe property

public string serialNumber
return string

supportUrl public_oe property

public string supportUrl
return string

uptime public_oe property

public long uptime
return long