Rfc1006Base.Transmit Method (Byte[], Int32)
Writes length Bytes to the RFC1006 communication.
Namespace:
Rfc1006LibNet.Advanced
Assembly:
Rfc1006LibNet.Advanced (in Rfc1006LibNet.Advanced.dll) Version: 1.0.2.0 (1.0.5.3)
Syntax
C#
public int Transmit( byte[] buffer, int length )
Parameters
buffer
Type: System.Byte[]
An array of type Byte that contains the data to write to the RFC1006 communication.
length
Type: System.Int32
The number of bytes to write to the RFC1006 communication.
Return Value
Type: Int32
The number of bytes written to the RFC1006 communication.