
- 269 -
RateKbps
Acquires the communication speed.
■ Syntax
[VB]
Public Shared ReadOnly Property RateKbps As Integer
[C#]
public static int RateKbps {get;}
■ Property
Communication speed (kbps)
Default value
: 0
■ Exceptions
Name of Exception Meaning
DeviceNotFoundException No Nic device exists.
DeviceLoadException The Nic device is not ready.
ArgumentException RateKbps not supported.
[Ex.] Acquire the current communication speed.
[VB] Dim RateKbps As Integer = RF.Info.RateKbps
[C#] int RateKbps = RF.Info.RateKbps;
■ Note
This is not supported on units running on Windows CE 4.1 or 4.2. An exception is thrown
when an attempt is made to set or acquire.
Comentarios a estos manuales