C# Class MemExchange.Server.Incoming.RingbufferByteArray

ファイルを表示 Open project: ThomasVestergaard/MemExchange Class Usage Examples

Public Methods

Method Description
GetContent ( byte &target ) : void
Reset ( ) : void
RingbufferByteArray ( ) : System
Set ( byte newContent ) : void

Method Details

GetContent() public method

public GetContent ( byte &target ) : void
target byte
return void

Reset() public method

public Reset ( ) : void
return void

RingbufferByteArray() public method

public RingbufferByteArray ( ) : System
return System

Set() public method

public Set ( byte newContent ) : void
newContent byte
return void