Click or drag to resize

libsimpleioSTREAM_decode_frame Method

Decode a frame.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void STREAM_decode_frame(
	byte[] src,
	int srclen,
	byte[] dst,
	int dstsize,
	out int dstlen,
	out int error
)

Parameters

src  Byte
Source buffer.
srclen  Int32
Source buffer size.
dst  Byte
Destination buffer.
dstsize  Int32
Destination buffer size.
dstlen  Int32
Size of decoded frame.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also