C# Class Twingly.Gearman.Packets.ResponsePacket

Inheritance: Packet, IResponsePacket
Afficher le fichier Open project: twingly/GearmanSharp

Méthodes publiques

Свойство Type Description
Magic byte[]

Méthodes publiques

Méthode Description
GetMagic ( ) : byte[]
ParseString ( byte data, int startIndex, string &str ) : int
ResponsePacket ( PacketType packetType, byte packetData ) : System

Method Details

GetMagic() public méthode

public GetMagic ( ) : byte[]
Résultat byte[]

ParseString() public static méthode

public static ParseString ( byte data, int startIndex, string &str ) : int
data byte
startIndex int
str string
Résultat int

ResponsePacket() public méthode

public ResponsePacket ( PacketType packetType, byte packetData ) : System
packetType PacketType
packetData byte
Résultat System

Property Details

Magic public_oe static_oe property

public static byte[] Magic
Résultat byte[]