C# Class Twingly.Gearman.Packets.ResponsePacket

Inheritance: Packet, IResponsePacket
Mostrar archivo Open project: twingly/GearmanSharp

Public Properties

Property Type Description
Magic byte[]

Public Methods

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

Method Details

GetMagic() public method

public GetMagic ( ) : byte[]
return byte[]

ParseString() public static method

public static ParseString ( byte data, int startIndex, string &str ) : int
data byte
startIndex int
str string
return int

ResponsePacket() public method

public ResponsePacket ( PacketType packetType, byte packetData ) : System
packetType PacketType
packetData byte
return System

Property Details

Magic public_oe static_oe property

public static byte[] Magic
return byte[]