SharpCifs.Smb.Trans2FindNext2.WriteSetupWireFormat C# (CSharp) Method

WriteSetupWireFormat() private method

private WriteSetupWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
return int
		internal override int WriteSetupWireFormat(byte[] dst, int dstIndex)
		{
			dst[dstIndex++] = SubCommand;
			dst[dstIndex++] = unchecked(unchecked(0x00));
			return 2;
		}