C# 클래스 RFID.RFIDInterface.PacketData.PacketWrapper

상속: ISerializable
파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer 1 사용 예제들

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
PacketWrapper ( ) : System
PacketWrapper ( PacketData Packet, PacketType type ) : System
PacketWrapper ( PacketData Packet, PacketType type, byte packetData, int requestNumber, long elapsedMs, int readerIndex, string readerName ) : System
PacketWrapper ( PacketWrapper envelope ) : System
PacketWrapper ( SerializationInfo information, StreamingContext context ) : System
RecordReadRequest ( int bank, int start, int count, uint password ) : void
ResetTimestamp ( ) : void

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

PacketWrapper() 공개 메소드

public PacketWrapper ( ) : System
리턴 System

PacketWrapper() 공개 메소드

public PacketWrapper ( PacketData Packet, PacketType type ) : System
Packet PacketData
type PacketType
리턴 System

PacketWrapper() 공개 메소드

public PacketWrapper ( PacketData Packet, PacketType type, byte packetData, int requestNumber, long elapsedMs, int readerIndex, string readerName ) : System
Packet PacketData
type PacketType
packetData byte
requestNumber int
elapsedMs long
readerIndex int
readerName string
리턴 System

PacketWrapper() 공개 메소드

public PacketWrapper ( PacketWrapper envelope ) : System
envelope PacketWrapper
리턴 System

PacketWrapper() 공개 메소드

public PacketWrapper ( SerializationInfo information, StreamingContext context ) : System
information System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

RecordReadRequest() 공개 메소드

public RecordReadRequest ( int bank, int start, int count, uint password ) : void
bank int
start int
count int
password uint
리턴 void

ResetTimestamp() 공개 메소드

public ResetTimestamp ( ) : void
리턴 void