C# Class BACSharp.Types.BacNetUInt

显示文件 Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
BacNetUInt ( ) : System
BacNetUInt ( byte apdu, int startIndex, int length, int &len ) : System
BacNetUInt ( uint value ) : System
GetBytes ( ) : byte[]
GetLength ( ) : int

Method Details

BacNetUInt() public method

public BacNetUInt ( ) : System
return System

BacNetUInt() public method

public BacNetUInt ( byte apdu, int startIndex, int length, int &len ) : System
apdu byte
startIndex int
length int
len int
return System

BacNetUInt() public method

public BacNetUInt ( uint value ) : System
value uint
return System

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

GetLength() public method

public GetLength ( ) : int
return int