AdsStream Constructor (.Byte.)
Initializes a new instance of the AdsStream class, based on a byte array.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public AdsStream(
byte[] buffer
)
VB
Public Sub New (
buffer As Byte()
)
Parameters
buffer |
Type: .System.Byte. |