|
A_E_RSLTS Constructor
|
Initializes a new instance of the
A_E_RSLTS class
Namespace: GSF.EMAXAssembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.246-beta
Syntaxpublic A_E_RSLTS(
BinaryReader reader,
int channels,
int analogGroups
)
Public Sub New (
reader As BinaryReader,
channels As Integer,
analogGroups As Integer
)
public:
A_E_RSLTS(
BinaryReader^ reader,
int channels,
int analogGroups
)
new :
reader : BinaryReader *
channels : int *
analogGroups : int -> A_E_RSLTS
GSF.EMAX.A_E_RSLTS = function(reader, channels, analogGroups);
View SourceParameters
- reader BinaryReader
-
- channels Int32
-
- analogGroups Int32
-
See Also