C# 클래스 ReaderLibrary.MyTag

파일 보기 프로젝트 열기: spqr/impinj-reader-app 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
socFilteredTemperature double
socFilteredValue double

공개 메소드들

메소드 설명
EvalTagType ( ) : TagType
GetAccel ( string channel ) : double
GetAccelCorrection ( string channel ) : double
GetAccessResultData ( ) : string
GetCount ( ) : int
GetDigitalAccel ( string channel ) : double
GetEpcID ( ) : string
GetFrequency ( ) : string
GetHardwareRev ( ) : string
GetPacketCounter ( ) : int
GetRSSI ( ) : string
GetRawAccel ( string channel ) : int
GetRawDigitalAccel ( string channel ) : int
GetSOCData ( ) : int[]
GetSerialNumber ( ) : int
GetTagType ( ) : TagType
GetTagTypeName ( ) : string
GetTemperature ( ) : double
GetTemperatureSensor ( ) : string
GetTime ( ) : string
HandleSOCV1 ( string data ) : int[]
MyTag ( string epcID, string time, string count, string firstSeen, string lastSeen, string accessResultData, string rssi, string frequency ) : System
SetAccelCorrection ( double xcorr, double ycorr, double zcorr ) : void
SetSOCVersion ( int version ) : void

비공개 메소드들

메소드 설명
HandleSOCV2 ( string data ) : int[]

메소드 상세

EvalTagType() 공개 메소드

public EvalTagType ( ) : TagType
리턴 TagType

GetAccel() 공개 메소드

public GetAccel ( string channel ) : double
channel string
리턴 double

GetAccelCorrection() 공개 정적인 메소드

public static GetAccelCorrection ( string channel ) : double
channel string
리턴 double

GetAccessResultData() 공개 메소드

public GetAccessResultData ( ) : string
리턴 string

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetDigitalAccel() 공개 메소드

public GetDigitalAccel ( string channel ) : double
channel string
리턴 double

GetEpcID() 공개 메소드

public GetEpcID ( ) : string
리턴 string

GetFrequency() 공개 메소드

public GetFrequency ( ) : string
리턴 string

GetHardwareRev() 공개 메소드

public GetHardwareRev ( ) : string
리턴 string

GetPacketCounter() 공개 메소드

public GetPacketCounter ( ) : int
리턴 int

GetRSSI() 공개 메소드

public GetRSSI ( ) : string
리턴 string

GetRawAccel() 공개 메소드

public GetRawAccel ( string channel ) : int
channel string
리턴 int

GetRawDigitalAccel() 공개 메소드

public GetRawDigitalAccel ( string channel ) : int
channel string
리턴 int

GetSOCData() 공개 메소드

public GetSOCData ( ) : int[]
리턴 int[]

GetSerialNumber() 공개 메소드

public GetSerialNumber ( ) : int
리턴 int

GetTagType() 공개 메소드

public GetTagType ( ) : TagType
리턴 TagType

GetTagTypeName() 공개 메소드

public GetTagTypeName ( ) : string
리턴 string

GetTemperature() 공개 메소드

public GetTemperature ( ) : double
리턴 double

GetTemperatureSensor() 공개 메소드

public GetTemperatureSensor ( ) : string
리턴 string

GetTime() 공개 메소드

public GetTime ( ) : string
리턴 string

HandleSOCV1() 공개 메소드

public HandleSOCV1 ( string data ) : int[]
data string
리턴 int[]

MyTag() 공개 메소드

public MyTag ( string epcID, string time, string count, string firstSeen, string lastSeen, string accessResultData, string rssi, string frequency ) : System
epcID string
time string
count string
firstSeen string
lastSeen string
accessResultData string
rssi string
frequency string
리턴 System

SetAccelCorrection() 공개 정적인 메소드

public static SetAccelCorrection ( double xcorr, double ycorr, double zcorr ) : void
xcorr double
ycorr double
zcorr double
리턴 void

SetSOCVersion() 공개 메소드

public SetSOCVersion ( int version ) : void
version int
리턴 void

프로퍼티 상세

socFilteredTemperature 공개적으로 프로퍼티

public double socFilteredTemperature
리턴 double

socFilteredValue 공개적으로 프로퍼티

public double socFilteredValue
리턴 double