Creates a new CommonFrameHeader from given binaryImage.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public CommonFrameHeader( ConfigurationFrame configurationFrame, byte[] binaryImage, int startIndex )
Public Sub New ( _ configurationFrame As ConfigurationFrame, _ binaryImage As Byte(), _ startIndex As Integer _ )
public: CommonFrameHeader( ConfigurationFrame^ configurationFrame, array<unsigned char>^ binaryImage, int startIndex )
Parameters
- configurationFrame (ConfigurationFrame)
- IEEE 1344 ConfigurationFrame if already parsed.
- binaryImage (array<Byte>[]()[][])
- Buffer that contains data to parse.
- startIndex (Int32)
- Start index into buffer where valid data begins.