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