Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
BACnet
Types
Unsigned64Value
C# Class BACnet.Types.Unsigned64Value
Inheritance:
IValue
ファイルを表示
Open project: LorenVS/bacstack
Public Methods
Method
Description
Unsigned64Value
(
ulong
value
) :
System
Constructs a new Unsigned64Value instance
Method Details
Unsigned64Value()
public
method
Constructs a new Unsigned64Value instance
public
Unsigned64Value
(
ulong
value
) :
System
value
ulong
The unsigned64 value to wrap
return
System