Enum PhyType
- Namespace
- nanoFramework.TI.EasyLink
- Assembly
- nanoFramework.TI.EasyLink.dll
Phy settings to initialize the radio.
public enum PhyType : byte
Fields
Custom = 0
Customer Phy specific settings.
_200kbps2gfsk = 7
200kbps data rate, IEEE 802.15.4g GFSK.
_2_4_100kbps2gfs = 5
2.4Ghz 100kbps data rate, IEEE 802.15.4g GFSK.
_2_4_200kbps2gfsk = 3
2.4Ghz 200kbps data rate, IEEE 802.15.4g GFSK.
_2_4_250kbps2gfsk = 6
2.4Ghz 250kbps data rate, IEEE 802.15.4g GFSK.
_50kbps2gfsk = 1
Sub1G 50kbps data rate, IEEE 802.15.4g GFSK
_5kbpsSlLr = 4
SimpleLink Long Range (5 kbps).
Remarks
The support for a particular Phy configuration is target dependent. If the request type is not available an NotSupportedException will be thrown.