Gurux.DLMS.Objects.GXDLMSClock.AdjustToMinute C# (CSharp) Méthode

AdjustToMinute() public méthode

Sets the meter's time to the nearest minute. If second_counter < 30 s, so second_counter is set to 0. If second_counter � 30 s, so second_counter is set to 0, and minute_counter and all depending clock values are incremented if necessary.
public AdjustToMinute ( Gurux.DLMS.GXDLMSClient client ) : byte[][]
client Gurux.DLMS.GXDLMSClient
Résultat byte[][]
        public byte[][] AdjustToMinute(GXDLMSClient client)
        {
            return client.Method(this, 3, 0, DataType.Int8);
        }