C# Class hds.Attribute

Show file Open project: hdneo/mxo-hd

Public Methods

Method Description
Attribute ( int _size, string _name ) : System
disable ( ) : void
enable ( ) : void
getName ( ) : string
getSize ( ) : int
getValue ( ) : byte[]
isActive ( ) : bool
setValue ( UInt16 newValue ) : void
setValue ( UInt32 newValue ) : void
setValue ( bool newValue ) : void
setValue ( byte newValue ) : void
setValue ( double newValue ) : void
setValue ( float newValue ) : void
setValue ( string newValue ) : void

Method Details

Attribute() public method

public Attribute ( int _size, string _name ) : System
_size int
_name string
return System

disable() public method

public disable ( ) : void
return void

enable() public method

public enable ( ) : void
return void

getName() public method

public getName ( ) : string
return string

getSize() public method

public getSize ( ) : int
return int

getValue() public method

public getValue ( ) : byte[]
return byte[]

isActive() public method

public isActive ( ) : bool
return bool

setValue() public method

public setValue ( UInt16 newValue ) : void
newValue System.UInt16
return void

setValue() public method

public setValue ( UInt32 newValue ) : void
newValue System.UInt32
return void

setValue() public method

public setValue ( bool newValue ) : void
newValue bool
return void

setValue() public method

public setValue ( byte newValue ) : void
newValue byte
return void

setValue() public method

public setValue ( double newValue ) : void
newValue double
return void

setValue() public method

public setValue ( float newValue ) : void
newValue float
return void

setValue() public method

public setValue ( string newValue ) : void
newValue string
return void