C# Class BACSharp.Types.BacNetString

Mostra file Open project: kib357/BACsharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BacNetString ( ) : System
BacNetString ( byte apdu, int startIndex, int length, int &len ) : System
BacNetString ( string value ) : System
GetBytes ( ) : byte[]
ToString ( ) : string

Method Details

BacNetString() public method

public BacNetString ( ) : System
return System

BacNetString() public method

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

BacNetString() public method

public BacNetString ( string value ) : System
value string
return System

GetBytes() public method

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

ToString() public method

public ToString ( ) : string
return string