| EcrWriteCommand Method (Byte, Byte) |
Sends command to the fiscal device
Namespace: Accent.EcrAssembly: ecr (in ecr.dll) Version: 1.0.6036.18111
Syntaxpublic EcrResult WriteCommand(
byte command,
byte[] data
)
Public Function WriteCommand (
command As Byte,
data As Byte()
) As EcrResult
public:
EcrResult^ WriteCommand(
unsigned char command,
array<unsigned char>^ data
)
member WriteCommand :
command : byte *
data : byte[] -> EcrResult
Parameters
- command
- Type: SystemByte
Command - data
- Type: SystemByte
Data
Return Value
Type:
EcrResultThe response from the fiscal device
See Also