C# Class BACSharp.Types.BacNetBool

Show file Open project: kib357/BACsharp

Public Methods

Method Description
BacNetBool ( ) : System
BacNetBool ( BacNetTag boolTag ) : System
GetBytes ( ) : byte[]
GetLength ( ) : int
ToString ( ) : string

Method Details

BacNetBool() public method

public BacNetBool ( ) : System
return System

BacNetBool() public method

public BacNetBool ( BacNetTag boolTag ) : System
boolTag BacNetTag
return System

GetBytes() public method

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

GetLength() public method

public GetLength ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string