Rfc1006Base.Transmit Method (String)

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(
	string buffer
)


Parameters

buffer
Type: System.String
A String 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
TimeoutException The transmit timeout exceeded.


Reference