PCICommonConfig.FromBytes Method
De-serializes a PCICommonConfig from an array of bytes.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public static PCICommonConfig FromBytes(
byte[] buffer
)
Parameters
buffer
Type: System.Byte
The serilized data.
Return Value
Type: PCICommonConfig
A new PCICommonConfig instance.
See Also: