C# Class MaCRoGS.Communications.SafeData

Mostra file Open project: AlexAlbala/MaCRo

Public Properties

Property Type Description
count uint
data byte[]
delay uint

Public Methods

Method Description
SafeData ( byte data ) : System

Method Details

SafeData() public method

public SafeData ( byte data ) : System
data byte
return System

Property Details

count public_oe property

public uint count
return uint

data public_oe property

public byte[] data
return byte[]

delay public_oe property

public uint delay
return uint