Méthode | Description | |
---|---|---|
CompactMeasurement ( IMeasurement measurement, |
Creates a new CompactMeasurement from an existing IMeasurement value.
|
|
CompactMeasurement ( |
Creates a new CompactMeasurement.
|
|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates binary image of the CompactMeasurement and copies it into the given buffer, for ISupportBinaryImage.BinaryLength bytes. Field: Bytes: Constant Length = 7 |
|
ParseBinaryImage ( byte buffer, int startIndex, int length ) : int |
Initializes CompactMeasurement from the specified binary image.
|
public CompactMeasurement ( IMeasurement measurement, |
||
measurement | IMeasurement | Source |
signalIndexCache | Signal index cache used to serialize or deserialize runtime information. | |
includeTime | bool | Set to |
baseTimeOffsets | long | Base time offset array - set to |
timeIndex | int | Time index to use for base offset. |
useMillisecondResolution | bool | Flag that determines if millisecond resolution is in use for this serialization. |
Résultat | System |
public CompactMeasurement ( |
||
signalIndexCache | Signal index cache used to serialize or deserialize runtime information. | |
includeTime | bool | Set to |
baseTimeOffsets | long | Base time offset array - set to |
timeIndex | int | Time index to use for base offset. |
useMillisecondResolution | bool | Flag that determines if millisecond resolution is in use for this serialization. |
Résultat | System |
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 |
Résultat | 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 |
Résultat | int |