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