Method | Description | |
---|---|---|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates binary image of the MetadataRecordAnalogFields and copies it into the given buffer, for BinaryLength bytes.
|
|
ParseBinaryImage ( byte buffer, int startIndex, int length ) : int |
Initializes MetadataRecordAnalogFields from the specified buffer.
|
Method | Description | |
---|---|---|
MetadataRecordAnalogFields ( |
||
MetadataRecordAnalogFields ( MetadataFileLegacyMode legacyMode ) : System |
Initializes a new instance of the MetadataRecordAnalogFields class.
|
|
WriteImage ( |
public GenerateBinaryImage ( byte buffer, int startIndex ) : int | ||
buffer | byte | Buffer used to hold generated binary image of the source object. |
startIndex | int | 0-based starting index in the |
return | int |
public ParseBinaryImage ( byte buffer, int startIndex, int length ) : int | ||
buffer | byte | Binary image to be used for initializing |
startIndex | int | 0-based starting index of initialization data in the |
length | int | Valid number of bytes in |
return | int |