C# Class PollObject, oculus_data_vis

Exibir arquivo Open project: renketsu0/oculus_data_vis Class Usage Examples

Public Properties

Property Type Description
date DateTime
name string
percent float
pollers string
state string

Public Methods

Method Description
PollObject ( string n, string s, string d, string po, string p ) : System

Method Details

PollObject() public method

public PollObject ( string n, string s, string d, string po, string p ) : System
n string
s string
d string
po string
p string
return System

Property Details

date public_oe property

public DateTime date
return DateTime

name public_oe property

public string name
return string

percent public_oe property

public float percent
return float

pollers public_oe property

public string pollers
return string

state public_oe property

public string state
return string