예제 #1
0
 protected override void Decode(byte[] data)
 {
     Length = br.ReadUInt32();
     Flags  = (Interop.PacAttribute)br.ReadInt32();
 }
예제 #2
0
 public Attributes()
 {
     Type   = PacInfoBufferType.Attributes;
     Length = 2; // always going to be 2?
     Flags  = Interop.PacAttribute.PAC_WAS_REQUESTED;
 }