CreateNewValueFunctionTDefinition, TValue Delegate
Namespace: Gemstone.PhasorProtocolsAssembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.136 -- Release Build+4bc8539cc260b23af1f55a058712d0a5186ff49a
function(parent, definition, buffer, startIndex, parsedLength);
- parent IDataCell
- Reference to parent IDataCell.
- definition TDefinition
- Reference to associated IChannelDefinition object.
- buffer Byte
- Binary image to parse IChannelValueT from.
- startIndex Int32
- Start index into buffer to begin parsing.
- parsedLength Int32
- Returns the total number of bytes parsed from buffer.
- TDefinition
- Specific IChannelDefinition type that the IChannelValueT references.
- TValue
- Specific IChannelValueT type that the CreateNewValueFunctionTDefinition, TValue creates.
TValueNew
IChannelValueT object.