Rfc1006Base.Transmit Method (Byte[])

Writes the length of buffer Bytes to the RFC1006 communication.

Namespace: Rfc1006LibNet.Advanced
Assembly:  Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)

C#

public int Transmit(
	byte[] buffer
)


Parameters

buffer
Type: System.Byte[]
An array of type Byte that contains the data to write to the RFC1006 communication.

Return Value

Type: Int32
The number of bytes written to the RFC1006 communication.

Exception Condition
ArgumentNullException The buffer is a null reference (Nothing in Visual Basic).
TimeoutException The transmit timeout exceeded.


Reference