C# Class System.IO.BACnet.BacnetMstpProtocolTransport.MessageFrame

显示文件 Open project: temcocontrols/T3000_Building_Automation_System

Public Properties

Property Type Description
data byte[]
data_length int
destination_address byte
frame_type BacnetMstpFrameTypes
send_mutex System.Threading.ManualResetEvent

Public Methods

Method Description
MessageFrame ( BacnetMstpFrameTypes frame_type, byte destination_address, byte data, int data_length ) : System

Method Details

MessageFrame() public method

public MessageFrame ( BacnetMstpFrameTypes frame_type, byte destination_address, byte data, int data_length ) : System
frame_type BacnetMstpFrameTypes
destination_address byte
data byte
data_length int
return System

Property Details

data public_oe property

public byte[] data
return byte[]

data_length public_oe property

public int data_length
return int

destination_address public_oe property

public byte destination_address
return byte

frame_type public_oe property

public BacnetMstpFrameTypes frame_type
return BacnetMstpFrameTypes

send_mutex public_oe property

public System.Threading.ManualResetEvent send_mutex
return System.Threading.ManualResetEvent