SharpCifs.Smb.Trans2QueryFsInformation.WriteSetupWireFormat C# (CSharp) Метод

WriteSetupWireFormat() приватный Метод

private WriteSetupWireFormat ( byte dst, int dstIndex ) : int
dst byte
dstIndex int
Результат int
		internal override int WriteSetupWireFormat(byte[] dst, int dstIndex)
		{
			dst[dstIndex++] = SubCommand;
			dst[dstIndex++] = unchecked(unchecked(0x00));
			return 2;
		}