|
CreateNewValueFunctionTDefinition, TValue Delegate
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.207-beta
Syntax type CreateNewValueFunction =
delegate of
parent : IDataCell *
definition : 'TDefinition *
buffer : byte[] *
startIndex : int *
parsedLength : int byref -> 'TValue
function(parent, definition, buffer, startIndex, parsedLength);
Parameters
- 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.
Type Parameters
- TDefinition
- Specific IChannelDefinition type that the IChannelValueT references.
- TValue
- Specific IChannelValueT type that the CreateNewValueFunctionTDefinition, TValue creates.
Return Value
TValueNew
IChannelValueT object.
See Also