Represents an MmsConnection object (a single connection to an MMS server)
More...
Represents an MmsConnection object (a single connection to an MMS server)
◆ GetLocalDetail()
int IEC61850.Client.MmsConnection.GetLocalDetail |
( |
| ) |
|
Gets the local detail (maximum MMS PDU size)
- Returns
- maximum accepted MMS PDU size in bytes
◆ GetServerIdentity()
Requests the server identity information
- Returns
- The server identity.
◆ ReadMultipleVariables()
MmsValue IEC61850.Client.MmsConnection.ReadMultipleVariables |
( |
string |
domainName, |
|
|
List< string > |
variables |
|
) |
| |
Reads multipe MMS variables from the same domain
- Returns
- MmsValue of type MMS_ARRAY containing the access results for the requested variables.
- Parameters
-
domainName | the domain name (logical device) |
variables | list of variable names (in MMS notation e.g. "GGIO$ST$Ind1") |
◆ SetLocalDetail()
void IEC61850.Client.MmsConnection.SetLocalDetail |
( |
int |
localDetail | ) |
|
Sets the local detail (maximum MMS PDU size)
- Parameters
-
localDetail | maximum accepted MMS PDU size in bytes |
◆ SetRequestTimeout()
void IEC61850.Client.MmsConnection.SetRequestTimeout |
( |
uint |
timeoutMs | ) |
|
Sets the request timeout
- Parameters
-
timeoutMs | request timeout in milliseconds |
The documentation for this class was generated from the following file:
- /home/mzillgit/workspace-git/bitbucket/mz-automation/libiec61850/dotnet/IEC61850forCSharp/IEC61850ClientAPI.cs