C# 클래스 btEngine.Interface

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

공개 프로퍼티들

프로퍼티 타입 설명
IncomingBuffer string
OutgoingBuffer string
OutgoingByteBuffer byte[]
RemoteIP string
TerminateAfterSend bool
UseAsciiOutput bool

공개 메소드들

메소드 설명
Interface ( ) : System
ReceivedData ( string datain ) : void
Run ( string commandstring ) : bool
TakeTurn ( ) : bool

메소드 상세

Interface() 공개 메소드

public Interface ( ) : System
리턴 System

ReceivedData() 공개 메소드

public ReceivedData ( string datain ) : void
datain string
리턴 void

Run() 공개 추상적인 메소드

public abstract Run ( string commandstring ) : bool
commandstring string
리턴 bool

TakeTurn() 공개 추상적인 메소드

public abstract TakeTurn ( ) : bool
리턴 bool

프로퍼티 상세

IncomingBuffer 공개적으로 프로퍼티

public string IncomingBuffer
리턴 string

OutgoingBuffer 공개적으로 프로퍼티

public string OutgoingBuffer
리턴 string

OutgoingByteBuffer 공개적으로 프로퍼티

public byte[] OutgoingByteBuffer
리턴 byte[]

RemoteIP 공개적으로 프로퍼티

public string RemoteIP
리턴 string

TerminateAfterSend 공개적으로 프로퍼티

public bool TerminateAfterSend
리턴 bool

UseAsciiOutput 공개적으로 프로퍼티

public bool UseAsciiOutput
리턴 bool