Method | Description | |
---|---|---|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates binary image of the SerializableMeasurement and copies it into the given buffer, for ISupportBinaryImage.BinaryLength bytes. Field: Bytes: Constant Length = 64 |
|
ParseBinaryImage ( byte buffer, int startIndex, int length ) : int |
Initializes SerializableMeasurement from the specified binary image.
|
|
SerializableMeasurement ( |
Creates a new SerializableMeasurement.
|
|
SerializableMeasurement ( IMeasurement measurement, |
Creates a new SerializableMeasurement from an existing IMeasurement value.
|
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 | Buffer containing binary image to parse. |
startIndex | int | 0-based starting index in the |
length | int | Valid number of bytes within |
return | int |
public SerializableMeasurement ( |
||
encoding | Character encoding used to convert strings to binary. | |
return | System |
public SerializableMeasurement ( IMeasurement measurement, |
||
measurement | IMeasurement | Source |
encoding | Character encoding used to convert strings to binary. | |
return | System |