|
CommonFrameHeader(ConfigurationFrame1, Byte, Int32) Constructor
|
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.249-beta
Syntaxpublic CommonFrameHeader(
ConfigurationFrame1 configurationFrame,
byte[] buffer,
int startIndex
)
Public Sub New (
configurationFrame As ConfigurationFrame1,
buffer As Byte(),
startIndex As Integer
)
public:
CommonFrameHeader(
ConfigurationFrame1^ configurationFrame,
array<unsigned char>^ buffer,
int startIndex
)
new :
configurationFrame : ConfigurationFrame1 *
buffer : byte[] *
startIndex : int -> CommonFrameHeader
GSF.PhasorProtocols.IEEEC37_118.CommonFrameHeader = function(configurationFrame, buffer, startIndex);
View SourceParameters
- configurationFrame ConfigurationFrame1
- IEEE C37.118 ConfigurationFrame1 if already parsed.
- buffer Byte
- Buffer that contains data to parse.
- startIndex Int32
- Start index into buffer where valid data begins.
See Also