public void SetSampleRate(
int sampleRateHz
)
Public Sub SetSampleRate (
sampleRateHz As Integer
)
member SetSampleRate :
sampleRateHz : int -> unit
IOException | Serial port is in error state or not open. |
ArgumentOutOfRangeException | sampleRateHz has value less than 1 or greater than 50. |