|
ConfigurationFrame(Ticks, String, UInt16, RevisionNumber, StreamType) Constructor
|
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxpublic ConfigurationFrame(
Ticks timestamp,
string configurationFileName,
ushort packetsPerSample,
RevisionNumber revisionNumber,
StreamType streamType
)
Public Sub New (
timestamp As Ticks,
configurationFileName As String,
packetsPerSample As UShort,
revisionNumber As RevisionNumber,
streamType As StreamType
)
public:
ConfigurationFrame(
Ticks timestamp,
String^ configurationFileName,
unsigned short packetsPerSample,
RevisionNumber revisionNumber,
StreamType streamType
)
new :
timestamp : Ticks *
configurationFileName : string *
packetsPerSample : uint16 *
revisionNumber : RevisionNumber *
streamType : StreamType -> ConfigurationFrame
GSF.PhasorProtocols.BPAPDCstream.ConfigurationFrame = function(timestamp, configurationFileName, packetsPerSample, revisionNumber, streamType);
View SourceParameters
- timestamp Ticks
- The exact timestamp, in Ticks, of the data represented by this ConfigurationFrame.
- configurationFileName String
- The required external BPA PDCstream INI based configuration file.
- packetsPerSample UInt16
- Number of packets per sample.
- revisionNumber RevisionNumber
- Defines the RevisionNumber for this BPA PDCstream configuration frame.
- streamType StreamType
- Defines the StreamType for this BPA PDCstream configuration frame.
Remarks
This constructor is used by a consumer to generate a BPA PDCstream configuration frame.
If you are going to create multiple data packets set packetsPerSample to a number
greater than one. This will only start becoming necessary if you start hitting data size limits imposed
by the nature of the transport protocol.
See Also