C# 클래스 DataStore.NaoHand

상속: ISerializable
파일 보기 프로젝트 열기: omanamos/kinect-nao 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void
NaoHand ( SerializationInfo info, StreamingContext ctxt ) : System
NaoHand ( bool opened ) : System
isOpen ( ) : bool

비공개 메소드들

메소드 설명
NaoHand ( ) : System

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
리턴 void

NaoHand() 공개 메소드

public NaoHand ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
리턴 System

NaoHand() 공개 메소드

public NaoHand ( bool opened ) : System
opened bool
리턴 System

isOpen() 공개 메소드

public isOpen ( ) : bool
리턴 bool