C# Class BACSharp.Types.BacNetTimeStamp

Show file Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
BacNetTimeStamp ( ) : System
BacNetTimeStamp ( byte apdu, int startIndex, int &len ) : System
BacNetTimeStamp ( int value ) : System
GetBytes ( ) : byte[]

Method Details

BacNetTimeStamp() public method

public BacNetTimeStamp ( ) : System
return System

BacNetTimeStamp() public method

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

BacNetTimeStamp() public method

public BacNetTimeStamp ( int value ) : System
value int
return System

GetBytes() public method

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