Click or drag to resize
EcrWriteCommand Method (Byte, Byte)
Sends command to the fiscal device

Namespace: Accent.Ecr
Assembly: ecr (in ecr.dll) Version: 1.0.6036.18111
Syntax
public EcrResult WriteCommand(
	byte command,
	byte[] data
)

Parameters

command
Type: SystemByte
Command
data
Type: SystemByte
Data

Return Value

Type: EcrResult
The response from the fiscal device
See Also