C# Class SharpSoundDevice.Program

Show file Open project: ValdemarOrn/SharpSoundDevice

Public Properties

Property Type Description
Data byte[]
Name string

Property Details

Data public property

Program data. Format is specified by the device.
public byte[] Data
return byte[]

Name public property

The name of the program
public string Name
return string