C# 클래스 ZWave.PayloadConverter

파일 보기 프로젝트 열기: roblans/ZWave4Net

공개 메소드들

메소드 설명
GetBytes ( byte value ) : byte[]
GetBytes ( float value, byte decimals, byte scale ) : byte[]
GetBytes ( int value ) : byte[]
GetBytes ( long value ) : byte[]
GetBytes ( sbyte value ) : byte[]
GetBytes ( short value ) : byte[]
GetBytes ( uint value ) : byte[]
GetBytes ( ulong value ) : byte[]
GetBytes ( ushort value ) : byte[]
ToFloat ( byte payload, byte &scale ) : float
ToInt16 ( byte value, int startIndex ) : short
ToInt32 ( byte value, int startIndex ) : int
ToInt64 ( byte value, int startIndex ) : long
ToInt8 ( byte value, int startIndex ) : sbyte
ToUInt16 ( byte value, int startIndex ) : ushort
ToUInt32 ( byte value, int startIndex ) : uint
ToUInt64 ( byte value, int startIndex ) : ulong
ToUInt8 ( byte value, int startIndex ) : byte

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( byte value ) : byte[]
value byte
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( float value, byte decimals, byte scale ) : byte[]
value float
decimals byte
scale byte
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( int value ) : byte[]
value int
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( long value ) : byte[]
value long
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( sbyte value ) : byte[]
value sbyte
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( short value ) : byte[]
value short
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( uint value ) : byte[]
value uint
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( ulong value ) : byte[]
value ulong
리턴 byte[]

GetBytes() 공개 정적인 메소드

public static GetBytes ( ushort value ) : byte[]
value ushort
리턴 byte[]

ToFloat() 공개 정적인 메소드

public static ToFloat ( byte payload, byte &scale ) : float
payload byte
scale byte
리턴 float

ToInt16() 공개 정적인 메소드

public static ToInt16 ( byte value, int startIndex ) : short
value byte
startIndex int
리턴 short

ToInt32() 공개 정적인 메소드

public static ToInt32 ( byte value, int startIndex ) : int
value byte
startIndex int
리턴 int

ToInt64() 공개 정적인 메소드

public static ToInt64 ( byte value, int startIndex ) : long
value byte
startIndex int
리턴 long

ToInt8() 공개 정적인 메소드

public static ToInt8 ( byte value, int startIndex ) : sbyte
value byte
startIndex int
리턴 sbyte

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( byte value, int startIndex ) : ushort
value byte
startIndex int
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( byte value, int startIndex ) : uint
value byte
startIndex int
리턴 uint

ToUInt64() 공개 정적인 메소드

public static ToUInt64 ( byte value, int startIndex ) : ulong
value byte
startIndex int
리턴 ulong

ToUInt8() 공개 정적인 메소드

public static ToUInt8 ( byte value, int startIndex ) : byte
value byte
startIndex int
리턴 byte