
- 268 -
Rate
Acquires the communication speed.
■ Syntax
[VB]
Public Shared ReadOnly Property Rate As EN_RATE
[C#]
public static EN_RATE Rate {get;}
■ Property
Communication speed
Default value
: NOT_LINK
■ Exceptions
Name of Exception Meaning
DeviceNotFoundException No NIC device was found.
DeviceLoadException The NIC device is not ready.
[Ex.] Acquire the current communication speed.
[VB] Dim Rate As RF.Info.EN_RATE = RF.Info.Rate
[C#] RF.Info.EN_RATE Rate = RF.Info.Rate;
Komentarze do niniejszej Instrukcji