ObjectContainerBase.

ReadBytes(byte[], int, int) Method

Syntax

public abstract void ReadBytes(byte[] a_bytes, int a_address, int a_length)

Parameters

Name Type Description
a_bytes byte[]
a_address int
a_length int

Return Value

Type Description
void