Main Content

wnet.TechnologyType Class

Namespace: wnet

Hold constant properties that specify technology types

Since R2026a

Description

Use the wnet.TechnologyType class to hold constant properties that specify technology types. You can use them to fill the TechnologyType field of wirelessPacket. These properties indicate the technology of the packet transmitted by the wireless node (wnet.Node).

Class Attributes

Abstract
false

For information on class attributes, see Class Attributes.

Properties

expand all

Technology type of wireless local area network (WLAN), specified as 1.

The WLAN node object of type wlanNode (WLAN Toolbox) sets the TechnologyType field of the transmitted wirelessPacket and the TechnologyType field of the event data sent in the registerEventCallback (WLAN Toolbox) callback to this value.

Attributes:

Constant
true

Data Types: double

Technology type of 5G, specified as 2.

The new radio (NR) node object of type nrUE (5G Toolbox) or nrGNB (5G Toolbox)sets the TechnologyType field of the transmitted wirelessPacket and the TechnologyType field of the event data sent in the registerEventCallback (5G Toolbox) callback to this value.

Attributes:

Constant
true

Data Types: double

Technology type of Bluetooth low energy (LE), specified as 3.

The Bluetooth LE node object of type bluetoothLENode (Bluetooth Toolbox) sets the TechnologyType field of the transmitted wirelessPacket and the TechnologyType field of the event data sent in the registerEventCallback (Bluetooth Toolbox) callback to this value.

Attributes:

Constant
true

Data Types: double

Technology type of Bluetooth basic rate/enhanced data rate (BR/EDR), specified as 4.

The Bluetooth BR/EDR node object of type bluetoothNode (Bluetooth Toolbox) sets the TechnologyType field of the transmitted wirelessPacket and the TechnologyType field of the event data sent in the registerEventCallback (Bluetooth Toolbox) callback to this value.

Attributes:

Constant
true

Data Types: double

Custom technology type 1, specified as 101. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 2, specified as 102. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 3, specified as 103. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 4, specified as 104. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 5, specified as 105. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 6, specified as 106. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 7, specified as 107. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 8, specified as 108. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

Custom technology type 9, specified as 109. In a custom wireless node inherited from wnet.Node, you can use this constant to set the TechnologyType field of wirelessPacket, indicating your custom technology implementation.

Attributes:

Constant
true

Data Types: double

More About

expand all

Version History

Introduced in R2026a

See Also

Classes

Objects

Functions