C# Class RFID.RFIDInterface.PacketData.PacketWrapper

Inheritance: ISerializable
Afficher le fichier Open project: mti-rfid/RFID_Explorer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

PacketWrapper() public méthode

public PacketWrapper ( ) : System
Résultat System

PacketWrapper() public méthode

public PacketWrapper ( PacketData Packet, PacketType type ) : System
Packet PacketData
type PacketType
Résultat System

PacketWrapper() public méthode

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
Résultat System

PacketWrapper() public méthode

public PacketWrapper ( PacketWrapper envelope ) : System
envelope PacketWrapper
Résultat System

PacketWrapper() public méthode

public PacketWrapper ( SerializationInfo information, StreamingContext context ) : System
information System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

RecordReadRequest() public méthode

public RecordReadRequest ( int bank, int start, int count, uint password ) : void
bank int
start int
count int
password uint
Résultat void

ResetTimestamp() public méthode

public ResetTimestamp ( ) : void
Résultat void