Property | Type | Description |
---|
Method | Description | |
---|---|---|
Conectar ( string printerIP, int printerPort ) : void | ||
Desconectar ( ) : void | ||
EnviarComando ( string comando ) : void | ||
LeerRespuesta ( ) : string[] | ||
OnWriteComplete ( IAsyncResult ar ) : void |
public Conectar ( string printerIP, int printerPort ) : void | ||
printerIP | string | |
printerPort | int | |
return | void |
public EnviarComando ( string comando ) : void | ||
comando | string | |
return | void |
public OnWriteComplete ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |