Inesoft PrintCE SDK .NET
PrintASCII::SendBytes Method

This method allows to send array of bytes to printer.

C# Syntax: bool ret = object.SendByte(byte [] bytes, int count);
VB Syntax: Dim
ret As Boolean = object.SendByte(ByVal bytes As Byte(), ByVal count As Int32)

Parameters

bytes

array of bytes to send

count

size of array

Return Value

ret

true - if array was sent to printer, false - in other case



© 2009 Inesoft. All rights reserved.