SMBLibrary/SMBLibrary/RPC/Enum/RejectionReason.cs
2016-12-22 20:51:16 +02:00

11 lines
226 B
C#

namespace SMBLibrary.RPC
{
public enum RejectionReason : ushort
{
NotSpecified,
AbstractSyntaxNotSupported,
ProposedTransferSyntaxesNotSupported,
LocalLimitExceeded,
}
}