SendOptions.ExtractFromPutReply(Byte[], Int32, Boolean, Int32) Method

Definition

public:
 void ExtractFromPutReply(cli::array <System::Byte> ^ buffer, int offset, bool littleEndian, int ccsid);
public void ExtractFromPutReply (byte[] buffer, int offset, bool littleEndian, int ccsid);
member this.ExtractFromPutReply : byte[] * int * bool * int -> unit
Public Sub ExtractFromPutReply (buffer As Byte(), offset As Integer, littleEndian As Boolean, ccsid As Integer)

Parameters

buffer
Byte[]
offset
Int32
littleEndian
Boolean
ccsid
Int32

Applies to