C# Класс S7.Net.Types.Timer

Converts the Timer data type to C# data type
Показать файл Открыть проект

Открытые методы

Метод Описание
FromByteArray ( byte bytes ) : double

Converts the timer bytes to a double

ToArray ( byte bytes ) : double[]

Converts an array of bytes formatted as time to an array of doubles

ToByteArray ( UInt16 value ) : byte[]

Converts a ushort (UInt16) to an array of bytes formatted as time

Описание методов

FromByteArray() публичный статический Метод

Converts the timer bytes to a double
public static FromByteArray ( byte bytes ) : double
bytes byte
Результат double

ToArray() публичный статический Метод

Converts an array of bytes formatted as time to an array of doubles
public static ToArray ( byte bytes ) : double[]
bytes byte
Результат double[]

ToByteArray() публичный статический Метод

Converts a ushort (UInt16) to an array of bytes formatted as time
public static ToByteArray ( UInt16 value ) : byte[]
value System.UInt16
Результат byte[]