Method | Description | |
---|---|---|
GenerateBinaryImage ( byte buffer, int startIndex ) : int |
Generates binary image of the SignalIndexCache and copies it into the given buffer, for BinaryLength bytes.
|
|
GetSignalIndex ( MeasurementKey key ) : ushort |
Gets runtime signal index for given Guid signal ID.
|
|
ParseBinaryImage ( byte buffer, int startIndex, int length ) : int |
Initializes the SignalIndexCache by parsing the specified buffer containing a binary image.
|
|
SignalIndexCache ( ) : System |
Creates a new SignalIndexCache instance.
|
|
SignalIndexCache ( |
Creates a new local system cache from one that was received remotely.
|
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 GetSignalIndex ( MeasurementKey key ) : ushort | ||
key | MeasurementKey | The |
return | ushort |
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 SignalIndexCache ( |
||
dataSource | ||
remoteCache | Deserialized remote signal index cache. | |
return | System |