mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-29 18:27:48 +02:00
11 lines
226 B
C#
11 lines
226 B
C#
|
|
namespace SMBLibrary.RPC
|
|
{
|
|
public enum RejectionReason : ushort
|
|
{
|
|
NotSpecified,
|
|
AbstractSyntaxNotSupported,
|
|
ProposedTransferSyntaxesNotSupported,
|
|
LocalLimitExceeded,
|
|
}
|
|
}
|