foreach (KeyValueP<GXDLMSObject, GXDLMSCaptureObject> it in clone.PushObjectList)
{
int index = it.Value.AttributeIndex - 1;
Console.WriteLine(((IGXDLMSBase)it.Key).GetNames()[index] + ": " + it.Key.GetValues()[index]);
}
i am trying to fetch the billing profile details on selecting all
and on click of capture i am getting
Error
ServiceError Read exception.Service UNSUPPORTED
I am trying to connect to a Sagemcom T-210D using Suite 1 (AuthenticatedEncryption) and HLS-5 (HighGMAC). I could successfully import the client certificate using the public client, however, logging on to the management client fails.