Class QosRequest
Syntax
Fields
MaxPacketLen
Declaration
public const int MaxPacketLen = 1500
Field Value
MinPacketLen
Declaration
public const int MinPacketLen = 15
Field Value
RequestMagic
Declaration
public const byte RequestMagic = 89
Field Value
Properties
FlowControl
Declaration
public byte FlowControl { get; }
Property Value
Identifier
Declaration
public ushort Identifier { get; set; }
Property Value
Length
Declaration
public int Length { get; }
Property Value
Magic
Declaration
public byte Magic { get; }
Property Value
Sequence
Declaration
public byte Sequence { get; set; }
Property Value
Timestamp
Declaration
public ulong Timestamp { get; set; }
Property Value
Title
Declaration
public byte[] Title { get; set; }
Property Value
Version
Declaration
public byte Version { get; }
Property Value