public Variable[,] GetTable( string address, string community, ObjectIdentifier table )
Public Function GetTable ( address As String, community As String, table As ObjectIdentifier ) As Variable(,)
public: array<Variable^,2>^ GetTable( String^ address, String^ community, ObjectIdentifier^ table )
member GetTable : address : string * community : string * table : ObjectIdentifier -> Variable[,]
function GetTable(address, community, table);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.