C# Class BACSharp.Services.Confirmed.ReadPropertyMultiple

Inheritance: IBacNetApdu
Mostrar archivo Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
GetBytes ( ) : byte[]
ReadPropertyMultiple ( List objectList ) : System
ReadPropertyMultiple ( byte apdu ) : System

Private Methods

Method Description
ReadObject ( byte apdu, int startIndex, int &len ) : bool
ReadProperties ( byte apdu, int startIndex, uint objectId, int &len ) : void

Method Details

GetBytes() public method

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

ReadPropertyMultiple() public method

public ReadPropertyMultiple ( List objectList ) : System
objectList List
return System

ReadPropertyMultiple() public method

public ReadPropertyMultiple ( byte apdu ) : System
apdu byte
return System