C# Class Bend.LogCmd

Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Properties

Property Type Description
cmd LogCommands
cmddata byte[]

Public Methods

Method Description
LogCmd ( LogCommands cmd, byte cmddata ) : System

Method Details

LogCmd() public method

public LogCmd ( LogCommands cmd, byte cmddata ) : System
cmd LogCommands
cmddata byte
return System

Property Details

cmd public property

public LogCommands cmd
return LogCommands

cmddata public property

public byte[] cmddata
return byte[]