mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-06-06 04:17:13 +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>
|
/// </summary>
|
||||||
public class TransactionRawWriteNamedPipeResponse : TransactionSubcommand
|
public class TransactionRawWriteNamedPipeResponse : 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