C# Class mml2vgm.clsChip

Exibir arquivo Open project: kuma4649/mml2vgm Class Usage Examples

Public Properties

Property Type Description
Ch mml2vgm.clsChannel[]
Frequency int
lstPartWork List
use bool

Protected Properties

Property Type Description
_ChMax int
_ChipID int
_Name string
_ShortName string

Public Methods

Method Description
ChannelNameContains ( string name ) : bool
clsChip ( int chipID, string initialPartName ) : System
setPartToCh ( clsChannel Ch, string val ) : void

Method Details

ChannelNameContains() public method

public ChannelNameContains ( string name ) : bool
name string
return bool

clsChip() public method

public clsChip ( int chipID, string initialPartName ) : System
chipID int
initialPartName string
return System

setPartToCh() public method

public setPartToCh ( clsChannel Ch, string val ) : void
Ch clsChannel
val string
return void

Property Details

Ch public_oe property

public clsChannel[],mml2vgm Ch
return mml2vgm.clsChannel[]

Frequency public_oe property

public int Frequency
return int

_ChMax protected_oe property

protected int _ChMax
return int

_ChipID protected_oe property

protected int _ChipID
return int

_Name protected_oe property

protected string _Name
return string

_ShortName protected_oe property

protected string _ShortName
return string

lstPartWork public_oe property

public List lstPartWork
return List

use public_oe property

public bool use
return bool