C# Class BACSharp.Types.BacNetString

Afficher le fichier Open project: kib357/BACsharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public BacNetString ( ) : System
Résultat System

BacNetString() public méthode

public BacNetString ( byte apdu, int startIndex, int length, int &len ) : System
apdu byte
startIndex int
length int
len int
Résultat System

BacNetString() public méthode

public BacNetString ( string value ) : System
value string
Résultat System

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string