C# Class BACSharp.Services.Unconfirmed.WhoIs

Inheritance: IBacNetApdu
Mostra file Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
GetBytes ( ) : byte[]
WhoIs ( UInt16 startAddress = UInt16.MinValue, UInt16 endAddress = UInt16.MaxValue ) : System
WhoIs ( byte apdu ) : System

Method Details

GetBytes() public method

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

WhoIs() public method

public WhoIs ( UInt16 startAddress = UInt16.MinValue, UInt16 endAddress = UInt16.MaxValue ) : System
startAddress System.UInt16
endAddress System.UInt16
return System

WhoIs() public method

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