Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
BACnet
Types
Unsigned16Value
C# Class BACnet.Types.Unsigned16Value
Inheritance:
IValue
Mostrar archivo
Open project: LorenVS/bacstack
Public Methods
Method
Description
Unsigned16Value
(
ushort
value
) :
System
Constructs a new Unsigned16Value instance
Method Details
Unsigned16Value()
public
method
Constructs a new Unsigned16Value instance
public
Unsigned16Value
(
ushort
value
) :
System
value
ushort
The unsigned16 value to wrap
return
System