C# 클래스 BarcodeReceivingApp.TelnetConnection

파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
CloseConnection ( ) : void
Read ( ) : string
ReadWrite ( Form f ) : void
ServerSocket ( string ip, int port, Form f ) : void
TelnetConnection ( string hostname, int port ) : System.Windows.Forms

메소드 상세

CloseConnection() 공개 메소드

public CloseConnection ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : string
리턴 string

ReadWrite() 공개 메소드

public ReadWrite ( Form f ) : void
f Form
리턴 void

ServerSocket() 공개 메소드

public ServerSocket ( string ip, int port, Form f ) : void
ip string
port int
f Form
리턴 void

TelnetConnection() 공개 메소드

public TelnetConnection ( string hostname, int port ) : System.Windows.Forms
hostname string
port int
리턴 System.Windows.Forms