C# Class GSF.MMS.Model.CS_GetProgramInvocationAttributes_Response.ControlChoiceType.ControllingSequenceType.RunningModeChoiceType

Inheritance: IASN1PreparedElement
ファイルを表示 Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isCycleLimitedSelected ( ) : bool
isFreeRunningSelected ( ) : bool
isStepLimitedSelected ( ) : bool
selectCycleLimited ( long val ) : void
selectFreeRunning ( ) : void
selectFreeRunning ( GSF.ASN1.Types.NullObject val ) : void
selectStepLimited ( long val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isCycleLimitedSelected() public method

public isCycleLimitedSelected ( ) : bool
return bool

isFreeRunningSelected() public method

public isFreeRunningSelected ( ) : bool
return bool

isStepLimitedSelected() public method

public isStepLimitedSelected ( ) : bool
return bool

selectCycleLimited() public method

public selectCycleLimited ( long val ) : void
val long
return void

selectFreeRunning() public method

public selectFreeRunning ( ) : void
return void

selectFreeRunning() public method

public selectFreeRunning ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
return void

selectStepLimited() public method

public selectStepLimited ( long val ) : void
val long
return void