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

AdjustToQuarter() public méthode

Sets the meter's time to the nearest (+/-) quarter of an hour value (*:00, *:15, *:30, *:45).
public AdjustToQuarter ( Gurux.DLMS.GXDLMSClient client ) : byte[][]
client Gurux.DLMS.GXDLMSClient
Résultat byte[][]
        public byte[][] AdjustToQuarter(GXDLMSClient client)
        {
            return client.Method(this, 1, 0, DataType.Int8);
        }