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