Advertisement
mnakos

Untitled

Jul 15th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.33 KB | None | 0 0
  1.     public class InputEventXchangeData
  2.     {
  3.         public DateTime Received { get; set; }
  4.         public string RawData { get; set; }
  5. //        public string StationID { get; set; }
  6.         public short InputID { get; set; }
  7.         public short Priority { get; set; }
  8.         public string PostRawData { get; set; }
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement