Searched refs:DestinationEndPointer (Results 1 – 1 of 1) sorted by relevance
251 DestinationEndPointer = BitConverter.ToUInt32(data, 4); in ControlStructure()257 …return BitConverter.GetBytes(SourceEndPointer).Concat(BitConverter.GetBytes(DestinationEndPointer)) in GetBytes()267 …r{ get { return DestinationIncrement != 0 ? DestinationEndPointer - TransferSize + 1 : Destination…271 public uint DestinationEndPointer; field