C# 클래스 RFID.RFIDInterface.Source_OEMData

상속: Object
파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer

보호된 프로퍼티들

프로퍼티 타입 설명
oemDataBuffer System.UInt32[]

공개 메소드들

메소드 설명
Source_OEMData ( ) : System
ToString ( ) : string
load ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
store ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
uint32ArrayToString ( UInt32 source, UInt32 offset ) : String

보호된 메소드들

메소드 설명
stringToUInt32Array ( String source, UInt32 target, UInt32 offset, UInt32 length ) : Int32

메소드 상세

Source_OEMData() 공개 메소드

public Source_OEMData ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

load() 공개 메소드

public load ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
transport rfid
readerHandle System.UInt32
리턴 rfid.Constants.Result

store() 공개 메소드

public store ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
transport rfid
readerHandle System.UInt32
리턴 rfid.Constants.Result

stringToUInt32Array() 보호된 메소드

protected stringToUInt32Array ( String source, UInt32 target, UInt32 offset, UInt32 length ) : Int32
source String
target System.UInt32
offset System.UInt32
length System.UInt32
리턴 System.Int32

uint32ArrayToString() 공개 정적인 메소드

public static uint32ArrayToString ( UInt32 source, UInt32 offset ) : String
source System.UInt32
offset System.UInt32
리턴 String

프로퍼티 상세

oemDataBuffer 보호되어 있는 프로퍼티

protected UInt32[],System oemDataBuffer
리턴 System.UInt32[]