BACnet.Tagging.Union4.Reverse C# (CSharp) Method

Reverse() public method

public Reverse ( ) : Union4
return Union4
        public Union4 Reverse()
        {
            return new Union4(Byte3, Byte2, Byte1, Byte0);
        }