C# 클래스 DeviceHive.ArrayHelpers

파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf

공개 메소드들

메소드 설명
Compare ( this array1 ) : bool
SkipAndTake ( this array, int skip, int take ) : byte[]
ToHex ( this b ) : String
ToHex ( this data, Char spacer ) : String
ToHex ( this data, String spacer ) : String

메소드 상세

Compare() 공개 정적인 메소드

public static Compare ( this array1 ) : bool
array1 this
리턴 bool

SkipAndTake() 공개 정적인 메소드

public static SkipAndTake ( this array, int skip, int take ) : byte[]
array this
skip int
take int
리턴 byte[]

ToHex() 공개 정적인 메소드

public static ToHex ( this b ) : String
b this
리턴 String

ToHex() 공개 정적인 메소드

public static ToHex ( this data, Char spacer ) : String
data this
spacer Char
리턴 String

ToHex() 공개 정적인 메소드

public static ToHex ( this data, String spacer ) : String
data this
spacer String
리턴 String