|
CommonFrameHeaderAsduCount Property
|
Gets or sets number of ASDUs in this frame.
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.207-beta
Syntax public int AsduCount { get; set; }
Public Property AsduCount As Integer
Get
Set
public:
property int AsduCount {
int get ();
void set (int value);
}
member AsduCount : int with get, set
function get_AsduCount();
function set_AsduCount(value);
View SourceProperty Value
Int32See Also