AwCommLE.WriteBinary Method 

Sends binary data.

[Visual Basic]
Public Function WriteBinary( _
   ByVal srcData As Byte() _
) As Boolean
[C#]
public bool WriteBinary(
   byte[] srcData
);

Parameters

srcData
Send data.

Return Value

Returns true if successful; otherwise false.

Example

How to send binary data.

comm.WriteBinary(bytes)
comm.WriteBinary(bytes);

See Also

AwCommLE Class | Asterworld.Comm Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.