PCICommonConfigFromBytes Method

De-serializes a PCICommonConfig from an array of bytes.

Namespace:  IntervalZero.RTX64.RTAPI.IO
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static PCICommonConfig FromBytes(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The serilized data

Return Value

Type: PCICommonConfig
A new PCICommonConfig instance
See Also