[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Communication
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int WriteBytes(
	byte value,
	int count
)
Public Function WriteBytes ( _
	value As Byte, _
	count As Integer _
) As Integer
public:
int WriteBytes(
	unsigned char value, 
	int count
)

Parameters

value
Byte
count
Int32

See Also