C# 클래스 Emlid.WindowsIot.Hardware.Components.Ms5611.Ms5611PromData

Defines the PROM of the Ms5611Device.
파일 보기 프로젝트 열기: emlid/Navio-SDK-Windows-IoT 1 사용 예제들

공개 메소드들

메소드 설명
Read ( byte buffer ) : bool

Validates then reads properties from a PROM data set (bytes read from all coefficients/memory).

Validate ( byte buffer ) : bool

Validates a PROM data set (bytes read from all coefficients/memory).

비공개 메소드들

메소드 설명
ReadCoefficient ( byte buffer, int offset ) : ushort

메소드 상세

Read() 공개 메소드

Validates then reads properties from a PROM data set (bytes read from all coefficients/memory).
public Read ( byte buffer ) : bool
buffer byte PROM data buffer to read.
리턴 bool

Validate() 공개 정적인 메소드

Validates a PROM data set (bytes read from all coefficients/memory).
public static Validate ( byte buffer ) : bool
buffer byte PROM data buffer to validate.
리턴 bool