C# 클래스 S7.Net.Types.Timer

Converts the Timer data type to C# data type
파일 보기 프로젝트 열기: killnine/s7netplus

공개 메소드들

메소드 설명
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[]