C# Class BACnet.Tagging.Union2

Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
Reverse ( ) : Union2
ReverseLE ( ) : Union2
Union2 ( byte byte0, byte byte1 ) : System
Union2 ( short int16 ) : System
Union2 ( ushort uint16 ) : System

Method Details

Reverse() public method

public Reverse ( ) : Union2
return Union2

ReverseLE() public method

public ReverseLE ( ) : Union2
return Union2

Union2() public method

public Union2 ( byte byte0, byte byte1 ) : System
byte0 byte
byte1 byte
return System

Union2() public method

public Union2 ( short int16 ) : System
int16 short
return System

Union2() public method

public Union2 ( ushort uint16 ) : System
uint16 ushort
return System