mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-21 08:45:54 +02:00
TransactionWriteNamedPipeResponse: Added ParametersLength const
This commit is contained in:
parent
1bf6504ad1
commit
7e80f748c3
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace SMBLibrary.SMB1
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class TransactionWriteNamedPipeResponse : TransactionSubcommand
|
public class TransactionWriteNamedPipeResponse : TransactionSubcommand
|
||||||
{
|
{
|
||||||
|
public const int ParametersLength = 2;
|
||||||
// Parameters;
|
// Parameters;
|
||||||
public ushort BytesWritten;
|
public ushort BytesWritten;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue