|
CommonFrameHeader(ConfigurationFrame, FrameType, UInt16, Ticks, String, Int32, UInt32) Constructor
|
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic CommonFrameHeader(
ConfigurationFrame configurationFrame,
FrameType typeID,
ushort idCode,
Ticks timestamp,
string msvID = null,
int asduCount = 1,
uint configurationRevision = 1
)
Public Sub New (
configurationFrame As ConfigurationFrame,
typeID As FrameType,
idCode As UShort,
timestamp As Ticks,
Optional msvID As String = Nothing,
Optional asduCount As Integer = 1,
Optional configurationRevision As UInteger = 1
)
public:
CommonFrameHeader(
ConfigurationFrame^ configurationFrame,
FrameType typeID,
unsigned short idCode,
Ticks timestamp,
String^ msvID = nullptr,
int asduCount = 1,
unsigned int configurationRevision = 1
)
new :
configurationFrame : ConfigurationFrame *
typeID : FrameType *
idCode : uint16 *
timestamp : Ticks *
?msvID : string *
?asduCount : int *
?configurationRevision : uint32
(* Defaults:
let _msvID = defaultArg msvID null
let _asduCount = defaultArg asduCount 1
let _configurationRevision = defaultArg configurationRevision 1
*)
-> CommonFrameHeader
GSF.PhasorProtocols.IEC61850_90_5.CommonFrameHeader = function(configurationFrame, typeID, idCode, timestamp, msvID, asduCount, configurationRevision);
View SourceParameters
- configurationFrame ConfigurationFrame
- IEC 61850-90-5 ConfigurationFrame if available.
- typeID FrameType
- The IEC 61850-90-5 specific frame type of this frame.
- idCode UInt16
- The ID code of this frame.
- timestamp Ticks
- The timestamp of this frame.
- msvID String (Optional)
- MSVID to use for this frame, if any.
- asduCount Int32 (Optional)
- ASDU count.
- configurationRevision UInt32 (Optional)
- Configuration revision.
See Also