C# 클래스 Hamekoz.Fiscal.Hasar.Spooler.Impresora

파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Conectar ( string printerIP, int printerPort ) : void
Desconectar ( ) : void
EnviarComando ( string comando ) : void
LeerRespuesta ( ) : string[]
OnWriteComplete ( IAsyncResult ar ) : void

메소드 상세

Conectar() 공개 메소드

public Conectar ( string printerIP, int printerPort ) : void
printerIP string
printerPort int
리턴 void

Desconectar() 공개 메소드

public Desconectar ( ) : void
리턴 void

EnviarComando() 공개 메소드

public EnviarComando ( string comando ) : void
comando string
리턴 void

LeerRespuesta() 공개 메소드

public LeerRespuesta ( ) : string[]
리턴 string[]

OnWriteComplete() 공개 메소드

public OnWriteComplete ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void