ReceiveMessage.ExtractMqmd(Byte[], Int32, Int32, Boolean, Int32, Int32) Method

Definition

public:
 int ExtractMqmd(cli::array <System::Byte> ^ buffer, int numberOfBytesAvailable, int offset, bool littleEndian, int ccsid, [Runtime::InteropServices::Out] int % originalLengthOfMessage);
public int ExtractMqmd (byte[] buffer, int numberOfBytesAvailable, int offset, bool littleEndian, int ccsid, out int originalLengthOfMessage);
member this.ExtractMqmd : byte[] * int * int * bool * int *  -> int
Public Function ExtractMqmd (buffer As Byte(), numberOfBytesAvailable As Integer, offset As Integer, littleEndian As Boolean, ccsid As Integer, ByRef originalLengthOfMessage As Integer) As Integer

Parameters

buffer
Byte[]
numberOfBytesAvailable
Int32
offset
Int32
littleEndian
Boolean
ccsid
Int32
originalLengthOfMessage
Int32

Returns

Int32

Applies to