public byte DataRate { get; set; }
Public Property DataRate As Byte Get Set
public: property unsigned char DataRate { unsigned char get (); void set (unsigned char value); }
function get_DataRate(); function set_DataRate(value);
In This Article