C# Class Hamekoz.Fiscal.Hasar.Spooler.Impresora

ファイルを表示 Open project: hamekoz/hamekoz-sharp

Private Properties

Property Type Description

Public Methods

Method Description
Conectar ( string printerIP, int printerPort ) : void
Desconectar ( ) : void
EnviarComando ( string comando ) : void
LeerRespuesta ( ) : string[]
OnWriteComplete ( IAsyncResult ar ) : void

Method Details

Conectar() public method

public Conectar ( string printerIP, int printerPort ) : void
printerIP string
printerPort int
return void

Desconectar() public method

public Desconectar ( ) : void
return void

EnviarComando() public method

public EnviarComando ( string comando ) : void
comando string
return void

LeerRespuesta() public method

public LeerRespuesta ( ) : string[]
return string[]

OnWriteComplete() public method

public OnWriteComplete ( IAsyncResult ar ) : void
ar IAsyncResult
return void