C# 클래스 PollObject, oculus_data_vis

파일 보기 프로젝트 열기: renketsu0/oculus_data_vis 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
date DateTime
name string
percent float
pollers string
state string

공개 메소드들

메소드 설명
PollObject ( string n, string s, string d, string po, string p ) : System

메소드 상세

PollObject() 공개 메소드

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

프로퍼티 상세

date 공개적으로 프로퍼티

public DateTime date
리턴 DateTime

name 공개적으로 프로퍼티

public string name
리턴 string

percent 공개적으로 프로퍼티

public float percent
리턴 float

pollers 공개적으로 프로퍼티

public string pollers
리턴 string

state 공개적으로 프로퍼티

public string state
리턴 string